Skip to content

Commit 9a5dbc6

Browse files
committed
chore: try fixing snapshot publishing
1 parent 1e94d2c commit 9a5dbc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
118118
deploy {
119119
maven {
120120
mavenCentral {
121-
register("sonatype") {
121+
register("release-deploy") {
122122
active.set(org.jreleaser.model.Active.RELEASE)
123123
url = "https://central.sonatype.com/api/v1/publisher"
124-
stagingRepository("target/staging-deploy")
124+
stagingRepository("build/staging-deploy")
125125
}
126126
}
127127
nexus2 {
@@ -132,7 +132,7 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
132132
snapshotSupported = true
133133
closeRepository = true
134134
releaseRepository = true
135-
stagingRepository("target/staging-deploy")
135+
stagingRepository("build/staging-deploy")
136136
}
137137
}
138138
}

0 commit comments

Comments
 (0)