Browse Source

Cleanup settings.gradle pluginManagement configuration

pull/1779/head
sdeleuze 8 years ago
parent
commit
be1aaa06e7
  1. 19
      settings.gradle

19
settings.gradle

@ -1,22 +1,3 @@ @@ -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"

Loading…
Cancel
Save