Merged #812
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user