Skip to content

Commit bfa2a36

Browse files
committed
Fix frameworkVersion
Should not strip -SNAPSHOT
1 parent 02d69ec commit bfa2a36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/spring-security-docs.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ dependencies {
5757

5858
def generateAttributes() {
5959
def springFrameworkVersion = libs.org.springframework.spring.framework.bom.get().versionConstraint.displayName
60-
springFrameworkVersion = springFrameworkVersion.contains("-")
61-
? springFrameworkVersion.substring(0, springFrameworkVersion.indexOf("-"))
62-
: springFrameworkVersion
6360
def springBootVersion = project.property("springBootVersion")
6461
def samplesBranch = project.property("samplesBranch")
6562

0 commit comments

Comments
 (0)