Skip to content

Commit 6180e82

Browse files
committed
🐛 修复插件名称引用错误
1 parent 837e345 commit 6180e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks {
4242
processResources {
4343
filesMatching("**/plugin.yml") {
4444
expand(
45-
"name" to project.name,
45+
"name" to rootProject.name,
4646
"version" to project.version,
4747
"description" to project.description
4848
)

0 commit comments

Comments
 (0)