Skip to content

Commit bd1ff94

Browse files
committed
update the maven repo
Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
1 parent bd2c031 commit bd1ff94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/maven.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ plugins.withId('maven-publish') {
3232
println "Publishing SBK packages to Maven Central"
3333
maven {
3434
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")
35+
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
3736
credentials {
3837
username = project.findProperty("oss.username") ?: System.getenv("OSS_USERNAME")
3938
password = project.findProperty("oss.password") ?: System.getenv("OSS_PASSWORD")

0 commit comments

Comments
 (0)