PlotSquared/settings.gradle
Jesse Boyd c7870b617c 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
2016-02-26 23:55:21 +11:00

3 lines
68 B
Groovy

rootProject.name = 'PlotSquared'
include 'Core', 'Bukkit', 'Sponge'