Compare commits
No commits in common. "main" and "v0.1.0" have entirely different histories.
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "ai.neuon.utility"
|
||||
version = "0.1.1"
|
||||
version = "0.1.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@ -39,7 +39,7 @@ publishing {
|
||||
publications {
|
||||
create<MavenPublication>("maven") {
|
||||
groupId = rootProject.group.toString()
|
||||
artifactId = "json"
|
||||
artifactId = "json-core"
|
||||
version = rootProject.version.toString()
|
||||
from(components["java"])
|
||||
artifact(javadocJar)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user