Update build.gradle

This commit is contained in:
Anuken
2019-09-02 12:40:52 -04:00
committed by GitHub
parent 2c0d2c5e22
commit e640042e5d

View File

@ -201,6 +201,7 @@ project(":core"){
apply plugin: "java"
task preGen{
outputs.upToDateWhen{ false }
generateLocales()
writeVersion()
}