Skip to content

Commit

Permalink
add "mc" prefix before minecraft_version in version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Sep 30, 2020
1 parent 847ee19 commit 34a50ed
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 @@ -13,7 +13,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

archivesBaseName = project.archives_base_name
version = project.minecraft_version+'-'+project.mod_version
version = 'mc' + project.minecraft_version + '-' + project.mod_version
group = project.maven_group

minecraft {
Expand Down

0 comments on commit 34a50ed

Please sign in to comment.