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 8a32118 commit 707e3d7Copy full SHA for 707e3d7
build.gradle.kts
@@ -1,4 +1,5 @@
1
import io.papermc.paperweight.util.path
2
+import java.util.*
3
4
plugins {
5
`java-library`
@@ -69,7 +70,7 @@ publishing {
69
70
create<MavenPublication>("mavenJava") {
71
from(getComponents()["java"])
72
afterEvaluate {
- artifactId = pluginName
73
+ artifactId = pluginName.lowercase()
74
groupId = "$group"
75
version =
76
"$majorVersion.$minorVersion.$buildNumber-${
0 commit comments