Replace jcenter() as it is deprecated

This commit is contained in:
ligi 2021-07-02 23:57:54 +02:00
parent 7a06e38f5e
commit ca214a4b09
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -5,7 +5,7 @@ buildscript {
} }
repositories { repositories {
jcenter() gradlePluginPortal()
} }
dependencies { dependencies {
@ -21,7 +21,7 @@ apply plugin: "com.github.ben-manes.versions"
mainClassName = "org.ethereum.lists.chains.MainKt" mainClassName = "org.ethereum.lists.chains.MainKt"
repositories { repositories {
jcenter() mavenCentral()
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
maven { url "https://kotlin.bintray.com/kotlinx" } maven { url "https://kotlin.bintray.com/kotlinx" }
} }