Skip to content

Commit

Permalink
Add mc version to jar file name
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Aug 7, 2023
1 parent 2cc99c8 commit f51d486
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 @@ -6,9 +6,9 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

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

repositories {
// Add repositories to retrieve artifacts from in here.
Expand Down

0 comments on commit f51d486

Please sign in to comment.