Unverified Commit 69d47d74 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8245 from jinchengde/pr-maven-https

set maven url to https
parents 391f155c 42e55d15
......@@ -2,7 +2,7 @@ buildscript {
repositories {
maven {
url "http://repo1.maven.org/maven2"
url "https://repo1.maven.org/maven2"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment