change package name #3

Merged
chanteckwei merged 1 commits from change-package-name into main 2025-08-15 16:39:08 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ plugins {
}
group = "ai.neuon.utility"
version = "0.1.0"
version = "0.1.1"
repositories {
mavenCentral()

View File

@ -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)