Browse Source

opensamlFiveTest.extendsFrom testRuntimeOnly

Issue gh-16756
pull/16758/head
Rob Winch 9 months ago
parent
commit
04f530bc1b
No known key found for this signature in database
  1. 2
      saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

2
saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

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

Loading…
Cancel
Save