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 275fa3c commit 6c7b894Copy full SHA for 6c7b894
build.gradle.kts
@@ -63,7 +63,7 @@ val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDe
63
val details = versionDetails()
64
65
group = "com.alpsbte"
66
-version = "5.0.0" + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
+version = "5.0.0" // + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
67
description = "An easy to use building system for the BuildTheEarth project."
68
java.sourceCompatibility = JavaVersion.VERSION_21
69
0 commit comments