diff --git a/build.gradle b/build.gradle index 14277c48..50b4587d 100644 --- a/build.gradle +++ b/build.gradle @@ -95,6 +95,9 @@ configurations { it.outgoing.artifact(shadowJar) } + testCompileOnly.extendsFrom compileOnly + testRuntimeOnly.extendsFrom testCompileOnly + shadowed.extendsFrom compileOnly { canBeResolved = true }