Skip to content

Commit

Permalink
Revert "ci: Add version qualifier in jpackage config"
Browse files Browse the repository at this point in the history
This reverts commit 32d7cb0.
  • Loading branch information
florian-otto committed Sep 6, 2024
1 parent 32d7cb0 commit 3cdc297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/richclient/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ val setAppVendor = "ecsec GmbH"
val setAppLicenseFile = projectDir.resolve("../../LICENSE.GPL").path
val setAppAboutUrl = "https://openecard.org/"
val setAppVersion = VersionNumber.parse(project.version.toString()).let {
"${it.major}.${it.minor}.${it.micro}${ if (!it.qualifier.isNullOrEmpty()) "-${it.qualifier}" else ""}"
"${it.major}.${it.minor}.${it.micro}"
}

task("copyDependencies", Copy::class) {
Expand Down

0 comments on commit 3cdc297

Please sign in to comment.