mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-30 21:17:53 +01:00
rename artifact ID
This commit is contained in:
parent
5d00aa5f28
commit
0c328a4e7b
@ -125,7 +125,7 @@ tasks {
|
|||||||
|
|
||||||
publishing.publications.create<MavenPublication>("maven") {
|
publishing.publications.create<MavenPublication>("maven") {
|
||||||
groupId = "net.minestom"
|
groupId = "net.minestom"
|
||||||
artifactId = "minestom"
|
artifactId = "minestom-snapshots"
|
||||||
version = project.version.toString()
|
version = project.version.toString()
|
||||||
|
|
||||||
from(project.components["java"])
|
from(project.components["java"])
|
||||||
|
Loading…
Reference in New Issue
Block a user