fixed version number
All checks were successful
CI / build (push) Successful in 33s

This commit is contained in:
2024-12-08 22:05:13 +08:00
parent 064a9b90d7
commit af5df53f46
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ allprojects {
group = 'net.woggioni'
version = getProperty('jsf.playground.version')
version = currentTag ?: (getProperty('jsf.playground.version') + "-" + gitRevision.substring(0, 8))
}
dependencies {