Removed null teamcity code
This commit is contained in:
parent
3257140b5a
commit
62a60469e0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ group = config.group
|
||||||
archivesBaseName = config.archivesBaseName
|
archivesBaseName = config.archivesBaseName
|
||||||
|
|
||||||
if (hasProperty("teamcity")) {
|
if (hasProperty("teamcity")) {
|
||||||
version = "rv" + teamcity["rvNumber"] + "-" + teamcity["buildType"] + "-" + teamcity["build.number"]
|
version = teamcity["build.number"]
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add Coremod Manifest
|
// Add Coremod Manifest
|
||||||
|
|
Loading…
Reference in a new issue