Skip to content

Commit f1a959a

Browse files
committed
Remove jcenter due to bintray deprecation
1 parent 38196e7 commit f1a959a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ buildscript {
33

44
repositories {
55
mavenCentral()
6-
jcenter()
76
maven { url "https://plugins.gradle.org/m2/" }
87
maven { url 'https://jitpack.io' }
98
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
@@ -42,7 +41,6 @@ allprojects {
4241
buildscript {
4342
repositories {
4443
mavenCentral()
45-
jcenter()
4644
maven { url 'https://jitpack.io' }
4745
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
4846
google()
@@ -55,7 +53,6 @@ allprojects {
5553
maven { url 'https://kotlin.bintray.com/kotlinx' }
5654
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
5755
google()
58-
jcenter()
5956
}
6057

6158
apply plugin: 'kotlin'

0 commit comments

Comments
 (0)