Update build.gradle

This commit is contained in:
Anuken 2019-09-02 12:40:52 -04:00 committed by GitHub
parent 2c0d2c5e22
commit e640042e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,6 +201,7 @@ project(":core"){
apply plugin: "java"
task preGen{
outputs.upToDateWhen{ false }
generateLocales()
writeVersion()
}
@ -321,4 +322,4 @@ task deployAll{
dependsOn "desktop:packrMacOS"
dependsOn "server:deploy"
dependsOn "android:deploy"
}
}