mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-24 12:44:56 +08:00
Drop translatable names for now
This commit is contained in:
parent
853bfab022
commit
8348ffa7cf
@ -35,6 +35,10 @@ annotationProcessor project(':worldedit-libs:core:ap')
|
||||
testCompile 'org.mockito:mockito-core:1.9.0-rc1'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
it.options.compilerArgs.add("-Aarg.name.key.prefix=")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
|
Loading…
Reference in New Issue
Block a user