Skip to content

Commit

Permalink
Reset the appArtifact in QuarkusBootstrapProvider.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Jun 25, 2021
1 parent 659435d commit f6a6406
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ public void close() {
curatedApp.close();
curatedApp = null;
}
appArtifact = null;
quarkusBootstrap = null;
}
}
Expand Down

0 comments on commit f6a6406

Please sign in to comment.