We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e2477 commit 937a0c0Copy full SHA for 937a0c0
1 file changed
build.gradle.kts
@@ -37,7 +37,7 @@ val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDe
37
val details = versionDetails()
38
39
group = "net.buildtheearth"
40
-version = "0.2.0" + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
+version = "0.2.0" + "-" + details.gitHash + "-SNAPSHOT"
41
description = "BuildTeamTools"
42
java.sourceCompatibility = JavaVersion.VERSION_21
43
java.targetCompatibility = JavaVersion.VERSION_21
0 commit comments