This commit is contained in:
thatsIch 2014-09-28 19:30:34 +02:00
commit 8f5f3f1ed7

View file

@ -36,6 +36,7 @@ version = config.version + "-" + config.aechannel + "-" + config.build
group = config.group
archivesBaseName = config.archivesBaseName
// If TeamCity is running this build, lets set the version info
if (hasProperty("teamcity")) {
version = teamcity["build.number"]
}