This commit is contained in:
tursom 2021-08-25 16:53:26 +08:00
parent 2e09ce8f26
commit 5209651184

View File

@ -11,7 +11,7 @@ allprojects {
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
//mavenCentral()
maven {
url = uri("https://nvm.tursom.cn/repository/maven-public/")
}
@ -50,3 +50,7 @@ dependencies {
artifacts {
archives(tasks["kotlinSourcesJar"])
}
publishing {
publish(this)
}