.
This commit is contained in:
parent
0078822da1
commit
c1385924fb
2 changed files with 54 additions and 1 deletions
|
|
@ -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"])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue