Skip to content

Commit

Permalink
Reorganize project naming
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Sep 11, 2024
1 parent 346f9b6 commit 0b365f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = project.group.toString()
artifactId = project.name
artifactId = "bluemap-${project.name}"
version = project.version.toString()

from(components["java"])
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "bluemap-api"
rootProject.name = "api"

logger.lifecycle("""
## Building BlueMapAPI ...
Expand Down

0 comments on commit 0b365f4

Please sign in to comment.