Skip to content

Commit d6626bf

Browse files
committed
Reference version catalog in settings.gradle
Signed-off-by: Craig Perkins <[email protected]>
1 parent ed30248 commit d6626bf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ updates:
77
labels:
88
- "dependabot"
99
- "dependencies"
10+
- "testing"
1011
version: 2

settings.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ List projects = [
9393
'test:telemetry'
9494
]
9595

96+
dependencyResolutionManagement {
97+
versionCatalogs {
98+
create("libs") {
99+
from(files("buildSrc/libs.versions.toml"))
100+
}
101+
}
102+
}
103+
96104
/**
97105
* Iterates over sub directories, looking for build.gradle, and adds a project if found
98106
* for that dir with the given path prefix. Note that this requires each level

0 commit comments

Comments
 (0)