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