We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3eb8bf commit bc546eaCopy full SHA for bc546ea
1 file changed
kit-plugin/src/main/groovy/com/mparticle/kits/KitPlugin.groovy
@@ -136,7 +136,7 @@ class KitPlugin implements Plugin<Project> {
136
username System.getenv('sonatypeUsername') ?: ""
137
password System.getenv('sonatypePassword') ?: ""
138
}
139
- url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
+ url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
140
141
142
def signingKey = System.getenv("mavenSigningKeyId")
0 commit comments