1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix frameworkVersion

Should not strip -SNAPSHOT
This commit is contained in:
Rob Winch
2025-07-07 15:12:40 -05:00
parent 02d69ec864
commit bfa2a3613c
-3
View File
@@ -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")