diff --git a/build.gradle b/build.gradle index eead570ca..c984bfd7a 100644 --- a/build.gradle +++ b/build.gradle @@ -41,9 +41,7 @@ if (hasProperty("teamcity")) { version = teamcity["build.number"] // Fix for main branch being built - if (teamcity["teamcity.build.branch.is_default"]) { - version = version.replaceAll("/", "-") - } + version = version.replaceAll("/", "-") } // Add Coremod Manifest