Update build number

This commit is contained in:
Fedor Isakov 2021-07-29 15:12:00 +02:00
parent 1b44d634b8
commit 23d6bf34a5
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ ant.importBuild('build.xml') { antTarget ->
}
ant.properties.'ci.build.num' = "${buildNumber().find() ? buildNumber()[0][4] : '9999'}".toString()
ant.properties.'ci.build.tag' = "${buildNumber().find() ? buildNumber()[0][4] : 'SNAPSHOT'}".toString()
ant.properties.'ci.mps.release' = "${buildNumber().find() ? buildNumber()[0][1] : '211'}".toString()
ant.properties.'ci.mps.release' = "${buildNumber().find() ? buildNumber()[0][1] : '212'}".toString()
// ensure 'setup' runs before 'fetchDependencies' and 'declare-mps-tasks'
'coderules-fetchDependencies' {