Fix project name

This commit is contained in:
Lukas Rieger (Blue) 2024-09-29 12:38:24 +02:00
parent 1992148128
commit 9f338dabb7
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
2 changed files with 2 additions and 2 deletions

View File

@ -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"])

View File

@ -1,4 +1,4 @@
rootProject.name = "api"
rootProject.name = "bluemap-api"
logger.lifecycle("""
## Building BlueMapAPI ...