We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac0d88 commit 6c89a12Copy full SHA for 6c89a12
src/funcTest/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowPluginTest.kt
@@ -272,8 +272,6 @@ class ShadowPluginTest : BasePluginTest() {
272
)
273
run(serverShadowJarTask)
274
275
- // TODO: I don't think junit classes should be in the output jar, but it's the test case
276
- // from https://github.com/GradleUp/shadow/pull/420, need to investigate more...
277
assertThat(outputServerShadowJar).useAll {
278
containsEntries(
279
"client/Client.class",
0 commit comments