Skip to content

Commit

Permalink
Merge pull request #40681 from dmlloyd/gradle
Browse files Browse the repository at this point in the history
Set correct config key when performing a native build from Gradle
  • Loading branch information
gsmet authored May 16, 2024
2 parents b91a1bc + bd54850 commit 57eb9e9
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 57eb9e9

Please sign in to comment.