Improvements to version scripts

This commit is contained in:
Anuken
2019-08-25 22:02:00 -04:00
parent 0a471441cc
commit a3d8586199
4 changed files with 10 additions and 22 deletions

View File

@@ -119,6 +119,7 @@ allprojects{
props.load(new FileInputStream(pfile))
String buildid = getBuildVersion()
println("Compiling with build: '$buildid'")
props["type"] = versionType
props["number"] = versionNumber
@@ -199,6 +200,7 @@ project(":core"){
task preGen{
generateLocales()
writeVersion()
}
dependencies{