Bump up the version in gradle build script
This commit is contained in:
parent
299d9a4fd8
commit
5e344cd544
|
|
@ -145,7 +145,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] : '213'}".toString()
|
||||
ant.properties.'ci.mps.release' = "${buildNumber().find() ? buildNumber()[0][1] : '222'}".toString()
|
||||
ant.properties.'mps.ant.log' = "debug"
|
||||
|
||||
// ensure 'setup' runs before 'fetchDependencies' and 'declare-mps-tasks'
|
||||
|
|
|
|||
Loading…
Reference in New Issue