Skip to content

Commit

Permalink
Use --no-daemon when calling gradle update
Browse files Browse the repository at this point in the history
(cherry picked from commit a05495a)
  • Loading branch information
ia3andy authored and gsmet committed Mar 26, 2024
1 parent e972c64 commit ca8b511
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public Integer updateProject(TargetQuarkusVersionGroup targetQuarkusVersion, Rew
args.add("-PquarkusPluginVersion=" + ToolsUtils.getGradlePluginVersion(props));
args.add("--console");
args.add("plain");
args.add("--no-daemon");
args.add("--stacktrace");
args.add("quarkusUpdate");
if (!StringUtil.isNullOrEmpty(targetQuarkusVersion.platformVersion)) {
Expand Down

0 comments on commit ca8b511

Please sign in to comment.