소스 검색

Fix frameworkVersion

Should not strip -SNAPSHOT
Rob Winch 1 개월 전
부모
커밋
bfa2a3613c
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      docs/spring-security-docs.gradle

+ 0 - 3
docs/spring-security-docs.gradle

@@ -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")