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 committed May 7, 2024
1 parent ea5c6fd commit 5370e59
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 5370e59

Please sign in to comment.