Skip to content

Commit

Permalink
chore(*): Use https for gradle plugins (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyom committed May 31, 2019
1 parent bf01bf2 commit a7842ba
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 @@ -17,7 +17,7 @@
buildscript {
repositories {
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 a7842ba

Please sign in to comment.