We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5b268 commit eaa8fc9Copy full SHA for eaa8fc9
gradle/maven.gradle
@@ -27,7 +27,7 @@ subprojects {
27
// To test deployment locally, use the following instead of oss.sonatype.org
28
//repository(url: "file://localhost/${rootProject.rootDir}/repo")
29
30
- repository(url: 'http://oss.sonatype.org/services/local/staging/deply/maven2/') {
+ repository(url: 'https://oss.sonatype.org/service/local/staging/deploy/maven2') {
31
authentication(userName: rootProject.sonatypeUsername, password: rootProject.sonatypePassword)
32
}
33
0 commit comments