Skip to content

Commit c8e5d84

Browse files
authored
Aktualisieren von build.gradle.kts
1 parent fd0b11f commit c8e5d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jreleaser {
150150
create("snapshot-deploy") {
151151
active.set(Active.SNAPSHOT)
152152
snapshotSupported.set(true)
153-
snapshotUrl.set("https://central.sonatype.com/repository/maven-snapshots")
153+
url.set("https://central.sonatype.com/api/v1/publisher" snapshotUrl.set("https://central.sonatype.com/repository/maven-snapshots")
154154
closeRepository.set(true)
155155
releaseRepository.set(true)
156156
stagingRepositories.add("build/staging-deploy")

0 commit comments

Comments
 (0)