Skip to content

Commit

Permalink
Set correct config key when performing a native build from Gradle
Browse files Browse the repository at this point in the history
(cherry picked from commit bd54850)
  • Loading branch information
dmlloyd authored and gsmet committed May 21, 2024
1 parent a0dd8e4 commit c8a3558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public BuildCommandArgs prepareAction(String action, BuildOptions buildOptions,

if (buildOptions.buildNative) {
args.add("-Dquarkus.native.enabled=true");
args.add("-Dquarkus.jar.enabled=false");
args.add("-Dquarkus.package.jar.enabled=false");
}
if (buildOptions.skipTests()) {
setSkipTests(args);
Expand Down

0 comments on commit c8a3558

Please sign in to comment.