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 02d69ec commit bfa2a36Copy full SHA for bfa2a36
docs/spring-security-docs.gradle
@@ -57,9 +57,6 @@ dependencies {
57
58
def generateAttributes() {
59
def springFrameworkVersion = libs.org.springframework.spring.framework.bom.get().versionConstraint.displayName
60
- springFrameworkVersion = springFrameworkVersion.contains("-")
61
- ? springFrameworkVersion.substring(0, springFrameworkVersion.indexOf("-"))
62
- : springFrameworkVersion
63
def springBootVersion = project.property("springBootVersion")
64
def samplesBranch = project.property("samplesBranch")
65
0 commit comments