rename artifact ID

This commit is contained in:
mworzala 2023-09-18 17:22:26 -04:00 committed by Matt Worzala
parent 5d00aa5f28
commit 0c328a4e7b

View File

@ -125,7 +125,7 @@ tasks {
publishing.publications.create<MavenPublication>("maven") {
groupId = "net.minestom"
artifactId = "minestom"
artifactId = "minestom-snapshots"
version = project.version.toString()
from(project.components["java"])