We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec09f79 commit 4d372fdCopy full SHA for 4d372fd
build.gradle.kts
@@ -40,7 +40,7 @@ plugins {
40
41
42
val javaVersion = JavaVersion.current()
43
-val versionObj = Version(major = "5", minor = "2", revision = "3", classifier = null)
+val versionObj = Version(major = "5", minor = "3", revision = "0", classifier = null)
44
val isGithubAction = System.getProperty("GITHUB_ACTION") != null || System.getenv("GITHUB_ACTION") != null
45
val isCI = System.getProperty("BUILD_NUMBER") != null // jenkins
46
|| System.getenv("BUILD_NUMBER") != null
0 commit comments