Skip to content

Commit

Permalink
version snapshot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Sep 17, 2023
1 parent 00cbc7b commit 2e2e061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tasks.withType<KotlinCompile>().configureEach {

group = "xyz.wagyourtail.unimined"
version = "1.0.0"
version = if (project.hasProperty("version_snapshot")) version as String + "-SNAPSHOT" else version as String

base {
archivesName.set("source-remap")
Expand Down

0 comments on commit 2e2e061

Please sign in to comment.