We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f368eff commit 88f54eeCopy full SHA for 88f54ee
build.gradle.kts
@@ -35,9 +35,9 @@ fun String.runCommand(
35
36
37
group = "org.hyacinthbots.allium"
38
-version = "0.7-build.local-" + "git rev-parse --short=8 HEAD".runCommand(workingDir = rootDir) + "-" + "git branch --show-current".runCommand(workingDir = rootDir).replace("/", ".")
+//version = "0.7-build.local-" + "git rev-parse --short=8 HEAD".runCommand(workingDir = rootDir) + "-" + "git branch --show-current".runCommand(workingDir = rootDir).replace("/", ".")
39
var buildTime = Date().time / 1000
40
-//version = "0.7"
+version = "0.6.5"
41
// The current LTS Java version
42
val javaVersion = 21
43
0 commit comments