Undo accidental code commenting.
parent
53b839b739
commit
9ca915df15
|
@ -45,9 +45,9 @@ class DecompileTest extends Specification implements GradleProjectTestTrait {
|
|||
|
||||
where:
|
||||
decompiler | task | version
|
||||
// 'fernflower' | "genSourcesWithFernFlower" | DEFAULT_GRADLE
|
||||
// 'fernflower' | "genSourcesWithFernFlower" | PRE_RELEASE_GRADLE
|
||||
// 'cfr' | "genSourcesWithCfr" | DEFAULT_GRADLE
|
||||
'fernflower' | "genSourcesWithFernFlower" | DEFAULT_GRADLE
|
||||
'fernflower' | "genSourcesWithFernFlower" | PRE_RELEASE_GRADLE
|
||||
'cfr' | "genSourcesWithCfr" | DEFAULT_GRADLE
|
||||
'cfr' | "genSourcesWithCfr" | PRE_RELEASE_GRADLE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue