Use Gradle version catalog

This commit is contained in:
Joe Grandja
2024-10-10 15:48:45 -04:00
parent f8bca1a087
commit 5949f5323c
8 changed files with 101 additions and 85 deletions

7
buildSrc/settings.gradle Normal file
View File

@@ -0,0 +1,7 @@
dependencyResolutionManagement {
versionCatalogs {
libs {
from(files("../gradle/libs.versions.toml"))
}
}
}