Skip to content

Commit

Permalink
hm, if I have to specify the protocol explicitely it probably shouldn…
Browse files Browse the repository at this point in the history
…'t be part of the host, right?
  • Loading branch information
schauder committed Sep 12, 2016
1 parent 70b1b9a commit 1518656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private def prepareForMavenCentral(project, degraphDescription) {

repository(url: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/') {
authentication(userName: ossrhUsername, password: ossrhPassword)
proxy(host: 'https://www-le.dienste.telekom.de', port: 8080, type: 'https', userName:sbsMavenUser, password:sbsMavenPassword)
proxy(host: 'www-le.dienste.telekom.de', port: 8080, type: 'https', userName:sbsMavenUser, password:sbsMavenPassword)
}

snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/') {
Expand Down

0 comments on commit 1518656

Please sign in to comment.