Skip to content

Commit fa14eba

Browse files
committed
Don't mark shaded dependencies as required dependencies in the maven/gradle metadata
1 parent 33bf156 commit fa14eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/groovy/base.include-in-jar-configuration.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ configurations {
22
includeInJar
33

44
implementation.extendsFrom(includeInJar)
5-
api.extendsFrom(includeInJar)
65
}
76

87
jar {

0 commit comments

Comments
 (0)