Skip to content

Commit

Permalink
version naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Jan 24, 2022
1 parent 66f293a commit 749965d
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 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

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

dependencies {
Expand Down

0 comments on commit 749965d

Please sign in to comment.