From f1727bfbdb9c08d510247871fc3e2611ef7be1bf Mon Sep 17 00:00:00 2001 From: sdeleuze Date: Wed, 4 Apr 2018 11:03:49 +0200 Subject: [PATCH] Cleanup settings.gradle pluginManagement configuration --- settings.gradle | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/settings.gradle b/settings.gradle index ed1b9e9abd2..3f17c52cf9d 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"