mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-24 11:37:58 +01:00
Allow tests to see compileOnly dependencies.
This commit is contained in:
parent
bae909a9e8
commit
31f4f20bd8
@ -95,6 +95,9 @@ configurations {
|
||||
it.outgoing.artifact(shadowJar)
|
||||
}
|
||||
|
||||
testCompileOnly.extendsFrom compileOnly
|
||||
testRuntimeOnly.extendsFrom testCompileOnly
|
||||
|
||||
shadowed.extendsFrom compileOnly {
|
||||
canBeResolved = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user