Skip to content

Commit 6c89a12

Browse files
committed
Remove TODO for excludeProjectFromMinimizeShallNotExcludeTransitiveDependenciesThatAreUsedInSubproject
1 parent bac0d88 commit 6c89a12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/funcTest/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowPluginTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ class ShadowPluginTest : BasePluginTest() {
272272
)
273273
run(serverShadowJarTask)
274274

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...
277275
assertThat(outputServerShadowJar).useAll {
278276
containsEntries(
279277
"client/Client.class",

0 commit comments

Comments
 (0)