9 lines
166 B
Groovy
9 lines
166 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
if (settings.hasProperty("repo"))
|
|
maven {
|
|
url repo
|
|
}
|
|
}
|
|
} |