Skip to content

Commit

Permalink
Fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Sep 29, 2024
1 parent 1992148 commit 9f338da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "bluemap-${project.name}"
artifactId = project.name
version = project.version.toString()

from(components["java"])
Expand Down
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 = "api"
rootProject.name = "bluemap-api"

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

0 comments on commit 9f338da

Please sign in to comment.