mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 19:30:10 +08:00
update
This commit is contained in:
parent
2e09ce8f26
commit
5209651184
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user