diff --git a/build.gradle.kts b/build.gradle.kts index 298eb3137..4b863afa8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -125,7 +125,7 @@ tasks { publishing.publications.create("maven") { groupId = "net.minestom" - artifactId = "minestom" + artifactId = "minestom-snapshots" version = project.version.toString() from(project.components["java"])