Skip to content

Commit 905abb4

Browse files
committed
build: remove base minecraft version from filename
1 parent ac10fed commit 905abb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/multiloader-common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
base {
25-
archivesName = "${mod_id}-${project.name}-${minecraft_version}"
25+
archivesName = "${mod_id}-${project.name}"
2626
}
2727

2828
java {

0 commit comments

Comments
 (0)