change package name
This commit was merged in pull request #3.
This commit is contained in:
@@ -39,7 +39,7 @@ publishing {
|
||||
publications {
|
||||
create<MavenPublication>("maven") {
|
||||
groupId = rootProject.group.toString()
|
||||
artifactId = "json-core"
|
||||
artifactId = "json"
|
||||
version = rootProject.version.toString()
|
||||
from(components["java"])
|
||||
artifact(javadocJar)
|
||||
|
||||
Reference in New Issue
Block a user