Cleanup settings.gradle pluginManagement configuration
This commit is contained in:
parent
2fa060f0e9
commit
be1aaa06e7
|
|
@ -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-aop"
|
||||||
include "spring-aspects"
|
include "spring-aspects"
|
||||||
include "spring-beans"
|
include "spring-beans"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue