Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2019-09-02 20:59:44 -04:00
12 changed files with 99 additions and 43 deletions

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"
}
}