We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2293c3 commit a522316Copy full SHA for a522316
dependencyManagement/build.gradle.kts
@@ -84,7 +84,7 @@ javaPlatform {
84
85
dependencies {
86
for (bom in DEPENDENCY_BOMS) {
87
- api(enforcedPlatform(bom))
+ api(platform(bom))
88
val split = bom.split(':')
89
dependencyVersions[split[0]] = split[2]
90
}
0 commit comments