Skip to content

Commit

Permalink
Merge pull request Netflix#3 from Randgalt/multi-project
Browse files Browse the repository at this point in the history
Wrong Sonatype URL - don't know why this wasn't found before
  • Loading branch information
quidryan committed Aug 3, 2012
2 parents bf5b268 + eaa8fc9 commit cc1b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subprojects {
// To test deployment locally, use the following instead of oss.sonatype.org
//repository(url: "file://localhost/${rootProject.rootDir}/repo")

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

Expand Down

0 comments on commit cc1b04c

Please sign in to comment.