releases ci changes (#194)

This commit is contained in:
a10zn8
2023-04-05 19:37:00 +04:00
committed by GitHub
parent 5aa324ec11
commit 0f7af999d9
2 changed files with 5 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development
version = '0.30.0-SNAPSHOT'
version = project.hasProperty('build_version') ? project.property('build_version') : "0.0.1-SNAPSHOT"
java {
sourceCompatibility = JavaVersion.VERSION_17