We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c773bb7 commit aa27c0fCopy full SHA for aa27c0f
1 file changed
paper/build.gradle.kts
@@ -36,7 +36,7 @@ tasks {
36
}
37
38
withType<Jar> {
39
- archiveBaseName = "${rootProject.name}-${project.name}-$minecraftVersion"
+ archiveBaseName = "${rootProject.name}-${project.name}"
40
archiveClassifier = null
41
42
0 commit comments