opensamlFiveTest.extendsFrom testRuntimeOnly

Issue gh-16756
This commit is contained in:
Rob Winch 2025-03-17 15:39:25 -05:00
parent bf619fc3dc
commit 04f530bc1b
No known key found for this signature in database

View File

@ -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 {