Skip to content

Commit

Permalink
Make file name include MC version
Browse files Browse the repository at this point in the history
Will be `ShieldDisruptor-version+mcVersion
  • Loading branch information
MightyKnight committed Jun 7, 2021
1 parent baba0ef commit ec55360
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 @@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

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

dependencies {
Expand Down

0 comments on commit ec55360

Please sign in to comment.