mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-18 07:12:15 -08:00
Fixed locales not generating
This commit is contained in:
parent
e552915637
commit
86e2f62aed
1 changed files with 3 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ project(":ios"){
|
|||
project(":core"){
|
||||
apply plugin: "java"
|
||||
|
||||
task finish{
|
||||
task preGen{
|
||||
generateLocales()
|
||||
}
|
||||
|
||||
|
|
@ -201,6 +201,8 @@ project(":core"){
|
|||
compileJava.dependsOn(cleanGen)
|
||||
compileJava.finalizedBy(copyGen)
|
||||
}
|
||||
|
||||
compileJava.dependsOn(preGen)
|
||||
|
||||
compile arcModule("arc-core")
|
||||
compile arcModule("extensions:freetype")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue