Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
update build file to use either provided version or env verison
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMuffinTime committed Apr 8, 2024
1 parent f8b439c commit ae83996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "de.northernside"
version = "1.1.0"
version = System.getenv().getOrDefault("VERSION", "1.1.0")

java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))

Expand Down

0 comments on commit ae83996

Please sign in to comment.