Skip to content

Commit

Permalink
Disable native when dev mode is used
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd authored and holly-cummins committed Jul 31, 2024
1 parent b41e4cf commit 03cfad1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void accept(Path path) {

final ApplicationModel existingModel = appModel.getAppModel(appRoot);
System.setProperty("quarkus.package.jar.type", "mutable-jar");
System.setProperty("quarkus.native.enabled", "false");
try (CuratedApplication bootstrap = QuarkusBootstrap.builder()
.setAppArtifact(existingModel.getAppArtifact())
.setExistingModel(existingModel)
Expand Down

0 comments on commit 03cfad1

Please sign in to comment.