Drop translatable names for now

This commit is contained in:
Kenzie Togami 2019-04-25 22:54:23 -07:00
parent 853bfab022
commit 8348ffa7cf
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -35,6 +35,10 @@ dependencies {
testCompile 'org.mockito:mockito-core:1.9.0-rc1'
}
tasks.withType(JavaCompile).configureEach {
it.options.compilerArgs.add("-Aarg.name.key.prefix=")
}
sourceSets {
main {
java {