forked from loafle/openapi-generator-original
Use https URL to download dependencies (#2248)
* fix groovy default value, use https to download dep * update groovy build gradle file
This commit is contained in:
@@ -57,7 +57,7 @@ shadowJar {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "http://dl.bintray.com/kotlin/ktor" }
|
||||
maven { url "https://dl.bintray.com/kotlin/ktor" }
|
||||
maven { url "https://dl.bintray.com/kotlin/kotlinx" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user