Merge pull request #169 from FireBall1725/rv2

added fix for main branch being built with the pull requests
This commit is contained in:
FireBall1725 2014-09-28 15:04:18 -04:00
commit bb3214160e

View file

@ -39,6 +39,9 @@ archivesBaseName = config.archivesBaseName
// If TeamCity is running this build, lets set the version info
if (hasProperty("teamcity")) {
version = teamcity["build.number"]
// Fix for main branch being built
version = version.replaceAll("/", "-")
}
// Add Coremod Manifest