Broke and cleaned up server commands
This commit is contained in:
@@ -178,11 +178,14 @@ project(":core") {
|
||||
|
||||
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-controllers:$gdxVersion"
|
||||
|
||||
annotationProcessor project(":annotations")
|
||||
}
|
||||
|
||||
/*
|
||||
compileJava.options.compilerArgs = [
|
||||
"-processor", "io.anuke.annotations.RemoteMethodAnnotationProcessor,io.anuke.annotations.SerializeAnnotationProcessor"
|
||||
]
|
||||
]*/
|
||||
}
|
||||
|
||||
project(":server") {
|
||||
|
||||
Reference in New Issue
Block a user