Compare commits

..

No commits in common. "main" and "v0.1.0" have entirely different histories.
main ... v0.1.0

2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ plugins {
}
group = "ai.neuon.utility"
version = "0.1.1"
version = "0.1.0"

View File

@ -33,7 +33,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = rootProject.group.toString()
artifactId = "bson"
artifactId = "bson-core"
version = rootProject.version.toString()
from(components["java"])
artifact(javadocJar)