Commit 8d0b245e authored by Nikolay Igotti's avatar Nikolay Igotti

Get rid of jcenter.

parent 3fa91602
...@@ -55,7 +55,6 @@ plugins { ...@@ -55,7 +55,6 @@ plugins {
repositories { repositories {
mavenLocal() mavenLocal()
jcenter()
maven { maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev' url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
} }
......
...@@ -7,7 +7,6 @@ plugins { ...@@ -7,7 +7,6 @@ plugins {
repositories { repositories {
mavenLocal() mavenLocal()
jcenter()
maven("https://dl.bintray.com/kotlin/kotlin-eap") maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
} }
...@@ -79,4 +78,4 @@ tasks.withType<Test> { ...@@ -79,4 +78,4 @@ tasks.withType<Test> {
tasks.withType<KotlinCompile>().configureEach { tasks.withType<KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn" kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
} }
\ No newline at end of file
...@@ -4,7 +4,6 @@ plugins { ...@@ -4,7 +4,6 @@ plugins {
repositories { repositories {
mavenCentral() mavenCentral()
jcenter()
} }
dependencies { dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment