Added some comments

This commit is contained in:
FireBall1725 2014-09-28 13:18:52 -04:00
parent 62a60469e0
commit 75361e5f5d

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"]
}