Skip to content

Commit 8da5645

Browse files
committed
fixed url warning
1 parent 9f1103b commit 8da5645

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
repositories {
1111
jcenter() // shadow
1212
mavenCentral()
13-
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
13+
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
1414
}
1515
dependencies {
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
@@ -27,8 +27,8 @@ dependencies {
2727

2828
repositories {
2929
mavenCentral()
30-
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
31-
maven { url "https://jitpack.io" }
30+
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
31+
maven { setUrl("https://jitpack.io") }
3232
}
3333

3434

0 commit comments

Comments
 (0)