visual chunk

This commit is contained in:
Jesse Boyd
2019-07-20 15:32:15 +10:00
parent 85ebee7da7
commit ee5e15eda3
13 changed files with 309 additions and 196 deletions

View File

@@ -50,6 +50,7 @@ dependencies {
tasks.withType(JavaCompile).configureEach {
dependsOn(":worldedit-libs:build")
it.options.compilerArgs << "-Xmaxerrs" << "10000"
it.options.compilerArgs.add("-Aarg.name.key.prefix=")
}