Skip to content

Commit 4d229be

Browse files
Don't extend configuration compileOnly from shaded
* compileClasspath already extends from implementation
1 parent b4b8153 commit 4d229be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shading.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.gradleup.shadow'
44

55
configurations {
66
shaded
7-
[apiElements, implementation, compileOnly]*.extendsFrom shaded
7+
[apiElements, implementation]*.extendsFrom shaded
88
}
99
configurations.api.canBeResolved = true
1010

0 commit comments

Comments
 (0)