9 lines
216 B
Groovy
9 lines
216 B
Groovy
dependencyResolutionManagement {
|
|
// Reuse version catalog from the main build.
|
|
versionCatalogs {
|
|
create('libs', { from(files("../gradle/libs.versions.toml")) })
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'buildSrc'
|