Evaluating https issues in CircleCI (on top of CiscoM31-maven-h… (#5034)

* replace http with https. Replace http://central.maven.org with https://repo1.maven.org

* replace http://www.apache.org/licenses/LICENSE-2.0 with https://www.apache.org/licenses/LICENSE-2.0

* Force HTTPS for mavenCentral gradle DSL

Co-authored-by: Sebastien Rosset <serosset@cisco.com>
This commit is contained in:
Jim Schubert
2020-01-18 18:53:05 -05:00
committed by GitHub
parent d1948c4b41
commit ea55968737
771 changed files with 962 additions and 877 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
ext.kotlin_version = '1.3.61'
repositories {
mavenCentral()
maven { url = "https://repo1.maven.org/maven2" }
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@@ -20,7 +20,7 @@ buildscript {
apply plugin: 'kotlin'
repositories {
mavenCentral()
maven { url = "https://repo1.maven.org/maven2" }
}
test {