Optimizations and cleaning.

Fixes  (even though it should be impossible)
This commit is contained in:
Matt
2016-03-08 21:18:54 -05:00
parent 286e5b8b97
commit 57fa265b48
10 changed files with 48 additions and 91 deletions
Core/src/main/java/com/intellectualcrafters/plot
Sponge
build.gradle
src
main
java
com
plotsquared
sponge

@@ -16,7 +16,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
dependencies {
compile project(':Core')
compile 'org.spongepowered:spongeapi:3.1.0-SNAPSHOT'
compile 'org.spongepowered:spongeapi:4.0.3'
}
sourceCompatibility = 1.8
@@ -69,4 +69,4 @@ task deobfJar(type: Jar) {
classifier = 'dev'
}
build.dependsOn(shadowJar)
build.dependsOn(shadowJar)