mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 23:52:45 +00:00
[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:
committed by
Jim Schubert
parent
23131c1a63
commit
d61dcc17e0
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url = "https://repo1.maven.org/maven2" }
|
||||
maven { url "https://repo1.maven.org/maven2" }
|
||||
maven {
|
||||
url "https://plugins.gradle.org/m2/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user