Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74daeb6 commit 5821c0bCopy full SHA for 5821c0b
build.gradle.kts
@@ -5,7 +5,7 @@ val tag = System.getenv("TRAVIS_TAG")?.replaceFirst("^v".toRegex(), "")
5
6
group = "org.utplsql"
7
val mavenArtifactId = "java-api"
8
-val baseVersion = "3.1.8-SNAPSHOT"
+val baseVersion = "3.1.8"
9
// if build is on tag like 3.1.7 or v3.1.7 then use tag as version replacing leading "v"
10
version = if (tag != null && "^[0-9.]+$".toRegex().matches(tag)) tag else baseVersion
11
0 commit comments