16 lines
246 B
Plaintext
16 lines
246 B
Plaintext
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Suppress("UnstableApiUsage")
|
||
|
dependencyResolutionManagement {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
google()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "build-conventions"
|