Gradle / maven

Fix archive names (includes project/module name + version)
Generate MD5 hash alongside jar
Improve build time
- asynchronous building
- enable daemon
- change scope of a few statements
- skip building of 3 jars
Add filtering to the plugin.yml (maven/gradle)
Bump version to 3.3.0 in pom
This commit is contained in:
Jesse Boyd
2016-02-26 23:55:21 +11:00
parent f921db937a
commit c7870b617c
8 changed files with 49 additions and 20 deletions

View File

@ -1,6 +1,6 @@
name: PlotSquared
name: ${name}
main: com.plotsquared.bukkit.BukkitMain
version: 3.3.0
version: ${version}
load: STARTUP
description: >
Easy, yet powerful Plot World generation and management.