Skip to content

Commit c681ebc

Browse files
committed
build: 不再使用 kuku-repo 作为发布仓库.
1 parent 44b7b51 commit c681ebc

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

scalabot-extension/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ publishing {
5151
password = project.properties["repo.credentials.self-git.password"].toString()
5252
}
5353
}
54-
val kukuRepoUrl = if (project.version.toString().endsWith("-SNAPSHOT", ignoreCase = true)) {
55-
"https://nexus.kuku.me/repository/maven-snapshots/"
56-
} else {
57-
"https://nexus.kuku.me/repository/maven-releases/"
58-
}
59-
maven(kukuRepoUrl) {
60-
credentials {
61-
username = project.properties["repo.credentials.kuku-repo.username"].toString()
62-
password = project.properties["repo.credentials.kuku-repo.password"].toString()
63-
}
64-
}
6554
}
6655

6756
publications {

scalabot-meta/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@ publishing {
6060
password = project.properties["repo.credentials.self-git.password"].toString()
6161
}
6262
}
63-
val kukuRepoUrl = if (project.version.toString().endsWith("-SNAPSHOT", ignoreCase = true)) {
64-
"https://nexus.kuku.me/repository/maven-snapshots/"
65-
} else {
66-
"https://nexus.kuku.me/repository/maven-releases/"
67-
}
68-
maven(kukuRepoUrl) {
69-
credentials {
70-
username = project.properties["repo.credentials.kuku-repo.username"].toString()
71-
password = project.properties["repo.credentials.kuku-repo.password"].toString()
72-
}
73-
}
7463
}
7564

7665
publications {

0 commit comments

Comments
 (0)