We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea2b03 commit a27d0d4Copy full SHA for a27d0d4
build.gradle
@@ -23,10 +23,7 @@ if (Files.exists(Paths.get("$project.rootDir/local.properties"))) {
23
24
repositories {
25
mavenCentral()
26
- jcenter()
27
gradlePluginPortal()
28
- maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
29
- maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
30
}
31
32
gradlePlugin {
settings.gradle
@@ -1,9 +1,6 @@
1
pluginManagement {
2
3
4
5
6
7
maven { url 'https://plugins.gradle.org/m2/' }
8
9
0 commit comments