Merge pull request #169 from FireBall1725/rv2
added fix for main branch being built with the pull requests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user