Skip to content

Commit a03bfe6

Browse files
committed
Remove in favor of ManagementConfigurationPlugin
1 parent bdc60a9 commit a03bfe6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

gradle/dependency-management.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@ if (!project.hasProperty("locksDisabled")) {
2020
ext.rsocketVersion = "1.+"
2121
ext.openSamlVersion = "3.+"
2222

23-
// https://github.com/gradle/gradle/issues/7576#issuecomment-434637595
24-
configurations {
25-
management {
26-
canBeResolved false
27-
canBeConsumed false
28-
}
29-
}
30-
configurations.all {
31-
if (canBeResolved) {
32-
extendsFrom(configurations.management)
33-
}
34-
}
35-
3623
dependencies {
3724
management platform("org.springframework:spring-framework-bom:$springVersion")
3825
management platform("io.projectreactor:reactor-bom:$reactorVersion")

0 commit comments

Comments
 (0)