DroidKaigi / conference-app-2021

The Official App for DroidKaigi 2021
https://droidkaigi.jp/
Apache License 2.0
641 stars 181 forks source link

Remove usage of jcenter() from buildSrc module #392

Open punchdrunker opened 3 years ago

punchdrunker commented 3 years ago

Kind (Required)

Improvement

Overview (Required)

One of the next steps of #338 and #328.

kotlin-dsl is hosted on JCenter. After it migrates to mavenCentral , we can replace jcenter() with mavenCentral()

Links

punchdrunker commented 3 years ago

label is welcom_contribute, but we can't solve this issue until kotlin-dsl is hosted on MavenCentral.

punchdrunker commented 3 years ago

Now kotlin-dsl is available on MavenCentral https://mvnrepository.com/artifact/org.gradle.kotlin.kotlin-dsl/org.gradle.kotlin.kotlin-dsl.gradle.plugin