Skip to content

Commit

Permalink
Merge pull request #38 from recke96/fix-version-setting
Browse files Browse the repository at this point in the history
Fix version setting
  • Loading branch information
recke96 authored Mar 22, 2024
2 parents d7663f9 + 4cdfbe5 commit 27c0f33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ plugins {
alias(libs.plugins.detekt)
}

version = System.getenv("RELEASE_VERSION") ?: "0.0.0"

val mergeSarif by tasks.registering(ReportMergeTask::class) {
output = layout.buildDirectory.file("reports/detekt/merged.sarif")
}
Expand Down
1 change: 0 additions & 1 deletion conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ app {
linux.inputs += TASK/rendered-icons/linux
windows.inputs += TASK/rendered-icons/windows

version = ${env.RELEASE_VERSION}
vcs-url = github.com/recke96/HEMAtoma
licence = EUPL-1.2

Expand Down
2 changes: 2 additions & 0 deletions desktop-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
alias(libs.plugins.conveyor)
}

version = System.getenv("RELEASE_VERSION") ?: "0.0.0"

kotlin {
jvmToolchain(21)
}
Expand Down

0 comments on commit 27c0f33

Please sign in to comment.