[gradle] consistent use of maven url in gradle files (#5045)

* wrap maven url with uri function

* consistent use of maven url in gradle files
This commit is contained in:
Sebastien Rosset
2020-01-19 11:57:38 -08:00
committed by Jim Schubert
parent 23131c1a63
commit d61dcc17e0
62 changed files with 88 additions and 88 deletions

View File

@@ -7,7 +7,7 @@ version = '1.0.0'
buildscript {
repositories {
maven { url = "https://repo1.maven.org/maven2" }
maven { url "https://repo1.maven.org/maven2" }
jcenter()
}
dependencies {