Skip to content

Commit 38f0592

Browse files
committed
Revert "Mark withDebug for testing"
This reverts commit ec3df52.
1 parent ec3df52 commit 38f0592

File tree

1 file changed

+1
-3
lines changed
  • src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow

1 file changed

+1
-3
lines changed

src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/RelocationTest.kt

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ class RelocationTest : BasePluginTest() {
3838
)
3939
val entryPrefix = relocationPrefix.replace('.', '/')
4040

41-
val result = run(shadowJarTask, "--info") {
42-
it.withDebug(true)
43-
}
41+
val result = run(shadowJarTask, "--info")
4442

4543
assertThat(outputShadowJar).useAll {
4644
containsEntries(

0 commit comments

Comments
 (0)