mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 21:33:30 +00:00
Fix frameworkVersion
Should not strip -SNAPSHOT
This commit is contained in:
parent
02d69ec864
commit
bfa2a3613c
@ -57,9 +57,6 @@ dependencies {
|
|||||||
|
|
||||||
def generateAttributes() {
|
def generateAttributes() {
|
||||||
def springFrameworkVersion = libs.org.springframework.spring.framework.bom.get().versionConstraint.displayName
|
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 springBootVersion = project.property("springBootVersion")
|
||||||
def samplesBranch = project.property("samplesBranch")
|
def samplesBranch = project.property("samplesBranch")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user