diff --git a/gradle/shading.gradle b/gradle/shading.gradle index 10ceb5086a4..88f25cc3f22 100644 --- a/gradle/shading.gradle +++ b/gradle/shading.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.gradleup.shadow' configurations { shaded - [apiElements, implementation, compileOnly, testCompile]*.extendsFrom shaded + [apiElements, implementation]*.extendsFrom shaded } configurations.api.canBeResolved = true