ReFramed/buildSrc/settings.gradle

7 lines
127 B
Groovy
Raw Permalink Normal View History

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "buildSrc"