Skip to content

Commit ac00d8a

Browse files
committed
Use JCenter first to resolve plugins
This is a workaround for Kotlin/dokka#146.
1 parent 769ea1b commit ac00d8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

settings.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ pluginManagement {
99
}
1010
*/
1111

12+
// Workaround for https://github.com/Kotlin/dokka/issues/146
13+
pluginManagement {
14+
repositories {
15+
jcenter()
16+
gradlePluginPortal()
17+
}
18+
}
19+
1220
include "spring-aop"
1321
include "spring-aspects"
1422
include "spring-beans"

0 commit comments

Comments
 (0)