opensamlFiveTest.extendsFrom testRuntimeOnly
Issue gh-16756
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user