Skip to content

Commit

Permalink
Don't extend configuration compileOnly from shaded
Browse files Browse the repository at this point in the history
* compileClasspath already extends from implementation
  • Loading branch information
patrick-dedication committed Dec 1, 2024
1 parent b4b8153 commit 4d229be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/shading.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.gradleup.shadow'

configurations {
shaded
[apiElements, implementation, compileOnly]*.extendsFrom shaded
[apiElements, implementation]*.extendsFrom shaded
}
configurations.api.canBeResolved = true

Expand Down

0 comments on commit 4d229be

Please sign in to comment.