Skip to content

Commit 0d3e61f

Browse files
committed
fix libs catalog for root plugin
1 parent c416ce2 commit 0d3e61f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

buildSrc/settings.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
22

3-
rootProject.name = 'rlib-build-configuration'
3+
rootProject.name = 'build-configuration'
4+
5+
dependencyResolutionManagement {
6+
versionCatalogs {
7+
libs {
8+
from(files("../gradle/libs.versions.toml"))
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)