9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
// Prefer mavenCentral as that has signed artifacts
|
||
|
|
mavenCentral()
|
||
|
|
gradlePluginPortal()
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
include(":stub-annotations")
|