mirror of
https://github.com/jlengrand/jreleaser.git
synced 2026-03-10 08:31:24 +00:00
Update build.gradle
This commit is contained in:
committed by
Andres Almiray
parent
0a17fbbdd2
commit
cddf4cd3a1
@@ -60,6 +60,10 @@ allprojects {
|
|||||||
tasks.withType(GenerateModuleMetadata) {
|
tasks.withType(GenerateModuleMetadata) {
|
||||||
enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(JavaCompiler) {
|
||||||
|
options.compilerArgs += ['-Duser.language=en', '-Duser.country=US']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|||||||
Reference in New Issue
Block a user