7 lines
127 B
Groovy
7 lines
127 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "buildSrc"
|