mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
opensamlFiveTest.extendsFrom testRuntimeOnly
Issue gh-16756
This commit is contained in:
parent
bf619fc3dc
commit
04f530bc1b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user