Skip to content

Commit 0b365f4

Browse files
committed
Reorganize project naming
1 parent 346f9b6 commit 0b365f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = project.name
19+
artifactId = "bluemap-${project.name}"
2020
version = project.version.toString()
2121

2222
from(components["java"])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

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

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

0 commit comments

Comments
 (0)