Skip to content

Commit

Permalink
Add version name to archive base name
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Feb 20, 2021
1 parent ac298ce commit bff98e5
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 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

archivesBaseName = project.archives_base_name
archivesBaseName = "${project.archives_base_name}-mc${project.minecraft_version}"
version = project.mod_version
group = project.maven_group

Expand Down

0 comments on commit bff98e5

Please sign in to comment.