Skip to content

Commit

Permalink
Allow tests to see compileOnly dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumptruckman committed Aug 24, 2023
1 parent bae909a commit 31f4f20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ configurations {
it.outgoing.artifact(shadowJar)
}

testCompileOnly.extendsFrom compileOnly
testRuntimeOnly.extendsFrom testCompileOnly

shadowed.extendsFrom compileOnly {
canBeResolved = true
}
Expand Down

0 comments on commit 31f4f20

Please sign in to comment.