We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db621 commit 21613cdCopy full SHA for 21613cd
1 file changed
build.gradle
@@ -163,7 +163,7 @@ publishing {
163
mavenLocal()
164
maven {
165
name = "OSSRH"
166
- url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
+ url = "https://oss.sonatype.org/content/groups/public/"
167
credentials {
168
username = System.getenv("MAVEN_USERNAME")
169
password = System.getenv("MAVEN_PASSWORD")
0 commit comments