Moved many block files; work on annotation processor

This commit is contained in:
Anuken
2018-06-06 14:51:25 -04:00
parent 917e2e40fb
commit ccb97e34d5
147 changed files with 685 additions and 520 deletions

View File

@@ -149,7 +149,7 @@ project(":core") {
apply plugin: "java"
dependencies {
//compileOnly project(":annotations")
compileOnly project(":annotations")
boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
@@ -174,9 +174,9 @@ project(":core") {
compile "com.badlogicgames.gdx:gdx-controllers:$gdxVersion"
}
//compileJava.options.compilerArgs = [
// "-processor", "io.anuke.annotations.AnnotationProcessor"
//]
compileJava.options.compilerArgs = [
"-processor", "io.anuke.annotations.RemoteMethodAnnotationProcessor"
]
}
project(":server") {