Skip to content

Commit

Permalink
Renable listExtensionTest and update GradleMessageWriter
Browse files Browse the repository at this point in the history
(cherry picked from commit 5455caa)
  • Loading branch information
glefloch authored and gsmet committed May 27, 2021
1 parent 1478efe commit b535442
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void error(String msg) {

@Override
public void info(String msg) {
logger.info(msg);
logger.lifecycle(msg);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
import java.nio.file.Files;
import java.util.List;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@Disabled
// TODO: CLI work. We know the gradle plugin works (cli tests),
// this isn't seeing the output in the same way
public class ListExtensionsTest extends QuarkusGradleDevToolsTestBase {

@Test
Expand Down

0 comments on commit b535442

Please sign in to comment.