Skip to content

Commit 9f338da

Browse files
committed
Fix project name
1 parent 1992148 commit 9f338da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publishing {
1616
publications {
1717
create<MavenPublication>("maven") {
1818
groupId = project.group.toString()
19-
artifactId = "bluemap-${project.name}"
19+
artifactId = project.name
2020
version = project.version.toString()
2121

2222
from(components["java"])

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "api"
1+
rootProject.name = "bluemap-api"
22

33
logger.lifecycle("""
44
## Building BlueMapAPI ...

0 commit comments

Comments
 (0)