mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
Merge branch '6.4.x'
- 04f530b opensamlFiveTest.extendsFrom testRuntimeOnly Issue gh-16757
This commit is contained in:
commit
c8fea962a0
@ -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…
x
Reference in New Issue
Block a user