Browse Source

Fix frameworkVersion

Should not strip -SNAPSHOT
pull/17498/head
Rob Winch 5 months ago
parent
commit
bfa2a3613c
No known key found for this signature in database
  1. 3
      docs/spring-security-docs.gradle

3
docs/spring-security-docs.gradle

@ -57,9 +57,6 @@ dependencies { @@ -57,9 +57,6 @@ dependencies {
def generateAttributes() {
def springFrameworkVersion = libs.org.springframework.spring.framework.bom.get().versionConstraint.displayName
springFrameworkVersion = springFrameworkVersion.contains("-")
? springFrameworkVersion.substring(0, springFrameworkVersion.indexOf("-"))
: springFrameworkVersion
def springBootVersion = project.property("springBootVersion")
def samplesBranch = project.property("samplesBranch")

Loading…
Cancel
Save