Skip to content

Commit

Permalink
Created app by Quarkus-cli should use a fixed stream
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo gonzalez granados committed May 24, 2022
1 parent 72eb36a commit e984e98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public void shouldCreateJacocoReportsFromApplicationOnJvm() {
@Test
public void verifyRestEasyReactiveAndClassicResteasyCollisionUserMsg() {
QuarkusCliRestService app = cliClient.createApplication("dependencyCollision",
defaults().withExtensions("resteasy", "resteasy-reactive"));
defaultWithFixedStream().withExtensions("resteasy", "resteasy-reactive"));

Result buildResult = app.buildOnJvm();

Expand Down

0 comments on commit e984e98

Please sign in to comment.