Skip to content

Commit

Permalink
build: 不再使用 kuku-repo 作为发布仓库.
Browse files Browse the repository at this point in the history
  • Loading branch information
LamGC committed Dec 11, 2024
1 parent 44b7b51 commit c681ebc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions scalabot-extension/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@ publishing {
password = project.properties["repo.credentials.self-git.password"].toString()
}
}
val kukuRepoUrl = if (project.version.toString().endsWith("-SNAPSHOT", ignoreCase = true)) {
"https://nexus.kuku.me/repository/maven-snapshots/"
} else {
"https://nexus.kuku.me/repository/maven-releases/"
}
maven(kukuRepoUrl) {
credentials {
username = project.properties["repo.credentials.kuku-repo.username"].toString()
password = project.properties["repo.credentials.kuku-repo.password"].toString()
}
}
}

publications {
Expand Down
11 changes: 0 additions & 11 deletions scalabot-meta/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@ publishing {
password = project.properties["repo.credentials.self-git.password"].toString()
}
}
val kukuRepoUrl = if (project.version.toString().endsWith("-SNAPSHOT", ignoreCase = true)) {
"https://nexus.kuku.me/repository/maven-snapshots/"
} else {
"https://nexus.kuku.me/repository/maven-releases/"
}
maven(kukuRepoUrl) {
credentials {
username = project.properties["repo.credentials.kuku-repo.username"].toString()
password = project.properties["repo.credentials.kuku-repo.password"].toString()
}
}
}

publications {
Expand Down

0 comments on commit c681ebc

Please sign in to comment.