mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2025-02-17 04:21:22 +01:00
Fix project name
This commit is contained in:
parent
1992148128
commit
9f338dabb7
@ -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"])
|
||||
|
@ -1,4 +1,4 @@
|
||||
rootProject.name = "api"
|
||||
rootProject.name = "bluemap-api"
|
||||
|
||||
logger.lifecycle("""
|
||||
## Building BlueMapAPI ...
|
||||
|
Loading…
Reference in New Issue
Block a user