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
  • Loading branch information
dmlloyd committed May 16, 2024
1 parent b91a1bc commit bd54850
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 bd54850

Please sign in to comment.