Skip to content

Commit

Permalink
Remove old versioning system in build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Zięciak <[email protected]>
  • Loading branch information
xYundy committed Mar 13, 2024
1 parent ea5ec01 commit 634fd90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ String runNumber = System.getenv("GITHUB_RUN_NUMBER")
String build = runNumber != null ? "build.$runNumber" : "local"
version = "$mod_version-$build+mc$minecraft_version"

version = project.mod_version
group = project.maven_group

base {
Expand Down

0 comments on commit 634fd90

Please sign in to comment.