Skip to content

Commit d5d7d19

Browse files
committed
🎨 更新 shadowJar 输出文件名为 paper 版本
1 parent e60f5c9 commit d5d7d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks {
4444
}
4545

4646
shadowJar {
47-
archiveFileName = "${rootProject.name}-bukkit-${project.version}.${archiveExtension.get()}"
47+
archiveFileName = "${rootProject.name}-paper-${project.version}.${archiveExtension.get()}"
4848
exclude("META-INF/**")
4949
relocate("org.bstats", "${project.group}.libs.bstats")
5050
}

0 commit comments

Comments
 (0)