Skip to content

Commit

Permalink
Merge pull request #40496 from dmlloyd/fix-dev-native
Browse files Browse the repository at this point in the history
Disable native when dev mode is used
  • Loading branch information
geoand authored May 10, 2024
2 parents 3f62721 + 5370e59 commit 84112bd
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 84112bd

Please sign in to comment.