Skip to content

Commit 40efcb3

Browse files
committed
publish: fix wrong maven url and bump to 0.3.0
1 parent d50e2a5 commit 40efcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt-java-sdk/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ publishing {
2929
repositories {
3030
maven {
3131
name = "OSSRH"
32-
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
32+
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
3333
credentials {
3434
username = System.getenv("MAVEN_USERNAME")
3535
password = System.getenv("MAVEN_PASSWORD")

0 commit comments

Comments
 (0)