Skip to content

Commit a522316

Browse files
committed
more
1 parent d2293c3 commit a522316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ javaPlatform {
8484

8585
dependencies {
8686
for (bom in DEPENDENCY_BOMS) {
87-
api(enforcedPlatform(bom))
87+
api(platform(bom))
8888
val split = bom.split(':')
8989
dependencyVersions[split[0]] = split[2]
9090
}

0 commit comments

Comments
 (0)