We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347c254 commit 39653acCopy full SHA for 39653ac
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/JavaPluginTest.kt
@@ -683,7 +683,11 @@ class JavaPluginTest : BasePluginTest() {
683
"META-INF/a-1.0.jar",
684
"Bar/Foo",
685
)
686
- doesNotContainEntries(*entriesInA)
+ doesNotContainEntries(
687
+ *entriesInA,
688
+ "Foo",
689
+ "Foo/",
690
+ )
691
getContent("Bar/Foo").isEqualTo("Foo")
692
}
693
val unzipped = path("unzipped")
0 commit comments