Update build.gradle

This commit is contained in:
Hasan Demirtaş
2021-08-08 15:19:01 +03:00
committed by Andres Almiray
parent 0a17fbbdd2
commit cddf4cd3a1

View File

@@ -60,6 +60,10 @@ allprojects {
tasks.withType(GenerateModuleMetadata) {
enabled = false
}
tasks.withType(JavaCompiler) {
options.compilerArgs += ['-Duser.language=en', '-Duser.country=US']
}
}
subprojects {