mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +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.rsocketVersion = "1.+"
|
||||||
ext.openSamlVersion = "3.+"
|
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 {
|
dependencies {
|
||||||
management platform("org.springframework:spring-framework-bom:$springVersion")
|
management platform("org.springframework:spring-framework-bom:$springVersion")
|
||||||
management platform("io.projectreactor:reactor-bom:$reactorVersion")
|
management platform("io.projectreactor:reactor-bom:$reactorVersion")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user