Move dependencies to gradle version catalog and clean up buildscripts
This commit is contained in:
11
buildSrc/settings.gradle.kts
Normal file
11
buildSrc/settings.gradle.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
versionCatalogs {
|
||||
register("libs") {
|
||||
from(files("../gradle/libs.versions.toml")) // include from parent project
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user