SGF-352 - Change all Artifact Repository URLs to use HTTPS.

This commit is contained in:
John Blum
2014-11-20 12:42:20 -08:00
parent 5f966ed9e5
commit 874d9205cf

View File

@@ -1,6 +1,6 @@
buildscript {
repositories {
maven { url 'http://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-release' }
}
dependencies {
classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2'