This commit is contained in:
kento2 2026-04-15 21:29:54 +02:00
parent 0078822da1
commit c1385924fb
2 changed files with 54 additions and 1 deletions

View file

@ -23,7 +23,7 @@ publishing {
publications {
create<MavenPublication>("KenCommandAPI") {
groupId = project.group.toString()
artifactId = project.name
artifactId = "kencommandapi-core"
version = project.version.toString()
from(components["java"])
}