소스 검색

opensamlFiveTest.extendsFrom testRuntimeOnly

Issue gh-16756
Rob Winch 5 달 전
부모
커밋
04f530bc1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

+ 1 - 1
saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
 
 configurations {
 	opensamlFiveMain { extendsFrom(optional, provided) }
-	opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation) }
+	opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation, testRuntimeOnly) }
 }
 
 sourceSets {