Undo accidental code commenting.

dev/0.11
modmuss50 2021-12-29 00:12:27 +00:00
parent 53b839b739
commit 9ca915df15
1 changed files with 3 additions and 3 deletions

View File

@ -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
}
}