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 bd2c031 commit bd1ff94Copy full SHA for bd1ff94
gradle/maven.gradle
@@ -32,8 +32,7 @@ plugins.withId('maven-publish') {
32
println "Publishing SBK packages to Maven Central"
33
maven {
34
name = "SBK-Maven"
35
- // url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
36
- url = uri("https://central.sonatype.com/ap1/v1/publisher/upload")
+ url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
37
credentials {
38
username = project.findProperty("oss.username") ?: System.getenv("OSS_USERNAME")
39
password = project.findProperty("oss.password") ?: System.getenv("OSS_PASSWORD")
0 commit comments