Skip to content

Commit 08323d8

Browse files
committed
Merge pull request ReactiveX#3 from Randgalt/multi-project
Wrong Sonatype URL - don't know why this wasn't found before
2 parents bf5b268 + eaa8fc9 commit 08323d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subprojects {
2727
// To test deployment locally, use the following instead of oss.sonatype.org
2828
//repository(url: "file://localhost/${rootProject.rootDir}/repo")
2929

30-
repository(url: 'http://oss.sonatype.org/services/local/staging/deply/maven2/') {
30+
repository(url: 'https://oss.sonatype.org/service/local/staging/deploy/maven2') {
3131
authentication(userName: rootProject.sonatypeUsername, password: rootProject.sonatypePassword)
3232
}
3333

0 commit comments

Comments
 (0)