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 e6f2faf commit e042561Copy full SHA for e042561
build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
id("java")
3
}
4
-version = "1.10.0"
+version = "2.0.0-SNAPSHOT"
5
6
tasks.register("publishAllToMavenCentral") {
7
val isSnapshot = rootProject.version.toString().endsWith("-SNAPSHOT")
0 commit comments