This commit is contained in:
Anuken
2019-10-20 17:05:23 -04:00
parent 907f1e7dfd
commit 982483f178
2 changed files with 4 additions and 5 deletions

View File

@@ -194,12 +194,14 @@ project(":core"){
apply plugin: "java"
task preGen{
outputs.upToDateWhen{ false }
outputs.upToDateWhen{ false }
generateLocales()
writeVersion()
}
dependencies{
System.properties["corePath"] = file(".").toString()
if(System.properties["user.name"] == "anuke"){
task cleanGen{
doFirst{