diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | settings.gradle | 9 |
2 files changed, 0 insertions, 11 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index af286b54..80d84681 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,8 +10,6 @@ plugins { subprojects { repositories { jcenter() - // keep this as long as the Gradle plugin is used in EAP version - maven(url = "https://dl.bintray.com/kotlin/kotlin-eap") } tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> { diff --git a/settings.gradle b/settings.gradle index 45aeb3cf..ef959461 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,12 +1,3 @@ -pluginManagement { - // keep this as long as the Gradle plugin is used in EAP version - repositories { - maven { url "https://dl.bintray.com/kotlin/kotlin-eap" } - gradlePluginPortal() - jcenter() - } -} - rootProject.name = "seven-wonders" include 'sw-common-model' |