We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78cd49 commit e25d6a4Copy full SHA for e25d6a4
buildSrc/src/main/kotlin/openapiprocessor.publish.gradle.kts
@@ -48,8 +48,8 @@ publishing {
48
49
repositories {
50
maven {
51
- val releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
52
- val snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
+ val releasesRepoUrl = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2"
+ val snapshotsRepoUrl = "https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots"
53
url = uri(if (isReleaseVersion()) releasesRepoUrl else snapshotsRepoUrl)
54
55
credentials {
0 commit comments