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 1992148 commit 9f338daCopy full SHA for 9f338da
build.gradle.kts
@@ -16,7 +16,7 @@ publishing {
16
publications {
17
create<MavenPublication>("maven") {
18
groupId = project.group.toString()
19
- artifactId = "bluemap-${project.name}"
+ artifactId = project.name
20
version = project.version.toString()
21
22
from(components["java"])
settings.gradle.kts
@@ -1,4 +1,4 @@
1
-rootProject.name = "api"
+rootProject.name = "bluemap-api"
2
3
logger.lifecycle("""
4
## Building BlueMapAPI ...
0 commit comments