소스 검색

Only Run Gradle Wrapper Update on 6.0.x

Issue gh-13865
Marcus Da Coregio 1 년 전
부모
커밋
b767137705
1개의 변경된 파일2개의 추가작업 그리고 10개의 파일을 삭제
  1. 2 10
      build.gradle

+ 2 - 10
build.gradle

@@ -202,17 +202,9 @@ s101 {
 
 wrapperUpgrade {
 	gradle {
-		'spring-security-main' {
+		'spring-security' {
 			repo = 'spring-projects/spring-security'
-			baseBranch = 'main'
-		}
-		'spring-security-6.1.x' {
-			repo = 'spring-projects/spring-security'
-			baseBranch = '6.1.x'
-		}
-		'spring-security-6.0.x' {
-			repo = 'spring-projects/spring-security'
-			baseBranch = '6.0.x'
+			baseBranch = '6.0.x' // runs only on 6.0.x and the update is merged forward to main
 		}
 	}
 }