Skip to content

Commit

Permalink
fix(build): make gradle use https (spinnaker#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowell authored and ajordens committed Mar 5, 2019
1 parent 0f54007 commit 51a781f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
buildscript {
repositories {
jcenter()
maven { url 'http://spinnaker.bintray.com/gradle/' }
maven { url 'https://spinnaker.bintray.com/gradle/' }
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/init-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ initscript {
repositories {
mavenLocal()
jcenter()
maven { url 'http://dl.bintray.com/spinnaker/gradle/' }
maven { url 'https://dl.bintray.com/spinnaker/gradle/' }
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
Expand Down

0 comments on commit 51a781f

Please sign in to comment.