We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ec3b0 commit 66ec4dcCopy full SHA for 66ec4dc
build.gradle.kts
@@ -40,7 +40,7 @@ plugins {
40
}
41
42
val javaVersion = JavaVersion.current()
43
-val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "alpha.15")
+val versionObj = Version(major = "5", minor = "0", revision = "0", classifier = "alpha.16")
44
val isCI = System.getProperty("BUILD_NUMBER") != null // jenkins
45
|| System.getenv("BUILD_NUMBER") != null
46
|| System.getProperty("GIT_COMMIT") != null // jitpack
0 commit comments