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