Skip to content

Commit

Permalink
Changed gradle jar file name format to include minecraft version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackilykat committed Jun 30, 2024
1 parent f2525c9 commit 8bdea4d
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 @@ -7,7 +7,7 @@ version = project.mod_version
group = project.maven_group

base {
archivesName = project.archives_base_name
archivesName = project.archives_base_name + '-mc' + project.minecraft_version
}

repositories {
Expand Down

0 comments on commit 8bdea4d

Please sign in to comment.