Fix frameworkVersion
Should not strip -SNAPSHOT
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user