Skip to content

Commit

Permalink
fix(build): make gradle use https (spinnaker#6639)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowell authored and christopherthielen committed Mar 5, 2019
1 parent 4febe1a commit f4135eb
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 @@ -6,7 +6,7 @@ import org.redline_rpm.header.Flags
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 f4135eb

Please sign in to comment.