We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
withDebug
1 parent ec3df52 commit 38f0592Copy full SHA for 38f0592
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/RelocationTest.kt
@@ -38,9 +38,7 @@ class RelocationTest : BasePluginTest() {
38
)
39
val entryPrefix = relocationPrefix.replace('.', '/')
40
41
- val result = run(shadowJarTask, "--info") {
42
- it.withDebug(true)
43
- }
+ val result = run(shadowJarTask, "--info")
44
45
assertThat(outputShadowJar).useAll {
46
containsEntries(
0 commit comments