Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Mar 28, 2024
1 parent 463a498 commit 854618a
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 @@ -7,7 +7,7 @@ plugins {
group = "com.nookure.staff"
val versionCode = "1.0.0"

version = "${versionCode}-${grgit.branch.current().name}-${grgit.head().abbreviatedId}"
version = "${versionCode}-${grgit.branch.current().name.replace("/", "-")}-${grgit.head().abbreviatedId}"

if (System.getenv("nookure_staff_version") != null) {
version = "${versionCode}-dev"
Expand Down

0 comments on commit 854618a

Please sign in to comment.