Compare commits

...

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
70e68e7325 change package name 2025-08-15 16:36:46 +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)