Skip to content

Commit

Permalink
[skip] Actual version fix part 1
Browse files Browse the repository at this point in the history
- make modVersion part of the project ext
- phone commit
  • Loading branch information
rhysdh540 authored Oct 15, 2023
1 parent 0fbcf6e commit 9883ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}
setup()

def modVersion = mod_version + (build_number != null ? "-build.${build_number}" : '')
ext.modVersion = mod_version + (build_number != null ? "-build.${build_number}" : '')

forgix {
group = maven_group
Expand Down

0 comments on commit 9883ebf

Please sign in to comment.