Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 7459f30

Browse files
committed
(feat.) 修复构建脚本无法将jar上传maven central (04)
1 parent 95aa174 commit 7459f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subprojects {
2727

2828
extensions.configure<PublishingExtension> {
2929
repositories {
30-
maven("https://ossrh-staging-api.central.sonatype.com/service/local/") {
30+
maven("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/") {
3131
credentials {
3232
username = System.getenv("MAVEN_USERNAME")
3333
password = System.getenv("MAVEN_PASSWORD")

0 commit comments

Comments
 (0)