diff --git a/src/test/groovy/net/fabricmc/loom/test/integration/DecompileTest.groovy b/src/test/groovy/net/fabricmc/loom/test/integration/DecompileTest.groovy index 83c4c401..d2ed4b26 100644 --- a/src/test/groovy/net/fabricmc/loom/test/integration/DecompileTest.groovy +++ b/src/test/groovy/net/fabricmc/loom/test/integration/DecompileTest.groovy @@ -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 } }