Skip to content

Commit bc546ea

Browse files
chore: Update kit plugin publishing URL from OSSRH to CPP (#595)
1 parent c3eb8bf commit bc546ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kit-plugin/src/main/groovy/com/mparticle/kits/KitPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class KitPlugin implements Plugin<Project> {
136136
username System.getenv('sonatypeUsername') ?: ""
137137
password System.getenv('sonatypePassword') ?: ""
138138
}
139-
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
139+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
140140
}
141141

142142
def signingKey = System.getenv("mavenSigningKeyId")

0 commit comments

Comments
 (0)