We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50e2a5 commit 40efcb3Copy full SHA for 40efcb3
chatgpt-java-sdk/build.gradle
@@ -29,7 +29,7 @@ publishing {
29
repositories {
30
maven {
31
name = "OSSRH"
32
- url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
+ url = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
33
credentials {
34
username = System.getenv("MAVEN_USERNAME")
35
password = System.getenv("MAVEN_PASSWORD")
0 commit comments