Use JCenter first to resolve plugins
This is a workaround for Kotlin/dokka#146.
This commit is contained in:
parent
769ea1b106
commit
ac00d8a215
|
@ -9,6 +9,14 @@ pluginManagement {
|
|||
}
|
||||
*/
|
||||
|
||||
// Workaround for https://github.com/Kotlin/dokka/issues/146
|
||||
pluginManagement {
|
||||
repositories {
|
||||
jcenter()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
include "spring-aop"
|
||||
include "spring-aspects"
|
||||
include "spring-beans"
|
||||
|
|
Loading…
Reference in New Issue