Warning fix

This commit is contained in:
Anuken
2018-10-28 18:34:18 -04:00
parent 0f00074f77
commit ac918c1a81
3 changed files with 18 additions and 45 deletions

View File

@@ -160,7 +160,6 @@ project(":core") {
}
dependencies {
compileOnly project(":annotations")
build.finalizedBy(finish)
def comp = System.properties["release"] == null || System.properties["release"] == "false"
@@ -179,13 +178,9 @@ project(":core") {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-controllers:$gdxVersion"
compileOnly project(":annotations")
annotationProcessor project(":annotations")
}
/*
compileJava.options.compilerArgs = [
"-processor", "io.anuke.annotations.RemoteMethodAnnotationProcessor,io.anuke.annotations.SerializeAnnotationProcessor"
]*/
}
project(":server") {
@@ -198,7 +193,6 @@ project(":server") {
}
dependencies {
compileOnly project(":annotations")
compile project(":core")
compile project(":kryonet")