Skip to content

Commit

Permalink
Do not mix --platform and --stream options for CLI
Browse files Browse the repository at this point in the history
They are not compatible
  • Loading branch information
fedinskiy authored and michalvavrik committed Oct 11, 2024
1 parent 226db1d commit 45c5935
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ private QuarkusCliRestService createApp(String appName, String... extensions) {
String gav = QuarkusProperties.PLATFORM_GROUP_ID.get() + ":quarkus-bom:" + QuarkusProperties.getVersion();
QuarkusCliClient.CreateApplicationRequest createApplicationRequest = defaults()
.withPlatformBom(gav)
.withStream(null)
.withExtraArgs("--no-code", "--no-wrapper")
.withExtensions(extensions);
return cliClient.createApplication(appName, createApplicationRequest);
Expand Down

0 comments on commit 45c5935

Please sign in to comment.