mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 22:32:43 +00:00
Remove in favor of ManagementConfigurationPlugin
This commit is contained in:
parent
bdc60a9128
commit
a03bfe63fd
@ -20,19 +20,6 @@ if (!project.hasProperty("locksDisabled")) {
|
||||
ext.rsocketVersion = "1.+"
|
||||
ext.openSamlVersion = "3.+"
|
||||
|
||||
// https://github.com/gradle/gradle/issues/7576#issuecomment-434637595
|
||||
configurations {
|
||||
management {
|
||||
canBeResolved false
|
||||
canBeConsumed false
|
||||
}
|
||||
}
|
||||
configurations.all {
|
||||
if (canBeResolved) {
|
||||
extendsFrom(configurations.management)
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
management platform("org.springframework:spring-framework-bom:$springVersion")
|
||||
management platform("io.projectreactor:reactor-bom:$reactorVersion")
|
||||
|
Loading…
x
Reference in New Issue
Block a user