1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.4.x'

- 04f530b opensamlFiveTest.extendsFrom testRuntimeOnly

Issue gh-16757
This commit is contained in:
Rob Winch
2025-03-17 15:41:13 -05:00
@@ -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 {