diff --git a/settings.gradle b/settings.gradle index ed1b9e9abd..3f17c52cf9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,22 +1,3 @@ -/* -pluginManagement { - repositories { - maven { - url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" - } - gradlePluginPortal() - } -} -*/ - -// Workaround for https://github.com/Kotlin/dokka/issues/146 -pluginManagement { - repositories { - jcenter() - gradlePluginPortal() - } -} - include "spring-aop" include "spring-aspects" include "spring-beans"