Skip to content

Commit aa27c0f

Browse files
committed
Remove Minecraft version from jar name
1 parent c773bb7 commit aa27c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks {
3636
}
3737

3838
withType<Jar> {
39-
archiveBaseName = "${rootProject.name}-${project.name}-$minecraftVersion"
39+
archiveBaseName = "${rootProject.name}-${project.name}"
4040
archiveClassifier = null
4141
}
4242
}

0 commit comments

Comments
 (0)