We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b45373 commit b75bfdeCopy full SHA for b75bfde
buildSrc/src/main/kotlin/publishing-conventions.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "io.github.petitcl"
8
-version = if (System.getenv("NEW_VERSION") != null) { System.getenv("NEW_VERSION") } else { "0.0.1-SNAPSHOT" }
+version = if (System.getenv("NEW_VERSION") != null) { System.getenv("NEW_VERSION").removePrefix("v") } else { "0.0.1-SNAPSHOT" }
9
10
repositories {
11
mavenCentral()
0 commit comments