Skip to content

Commit 04f530b

Browse files
committed
opensamlFiveTest.extendsFrom testRuntimeOnly
Issue gh-16756
1 parent bf619fc commit 04f530b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
22

33
configurations {
44
opensamlFiveMain { extendsFrom(optional, provided) }
5-
opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation) }
5+
opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation, testRuntimeOnly) }
66
}
77

88
sourceSets {

0 commit comments

Comments
 (0)