mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 21:24:11 +07:00
Update build.gradle
This commit is contained in:
parent
2c0d2c5e22
commit
e640042e5d
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user