We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837e345 commit 6180e82Copy full SHA for 6180e82
bukkit/build.gradle.kts
@@ -42,7 +42,7 @@ tasks {
42
processResources {
43
filesMatching("**/plugin.yml") {
44
expand(
45
- "name" to project.name,
+ "name" to rootProject.name,
46
"version" to project.version,
47
"description" to project.description
48
)
0 commit comments