Try to fix version issue when building release.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael Lipp 2024-06-01 13:26:47 +02:00
parent 837ee043aa
commit 2cb8c90357
2 changed files with 6 additions and 4 deletions

View file

@ -28,5 +28,5 @@ scmVersion {
prefix = p
}
}
version = scmVersion.version
project.version = scmVersion.version
ext.isSnapshot = version.endsWith('-SNAPSHOT')