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:
William Cheng
2019-02-27 23:26:53 +08:00
committed by GitHub
parent 92757581d6
commit 54d9c19c77
17 changed files with 64 additions and 70 deletions

View File

@@ -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" }
}