Skip to content

Commit

Permalink
disable vm install job in jdt
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Oct 13, 2023
1 parent 16eba00 commit 3c05780
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
} catch (Exception e) {
throw new MojoFailureException("Can't fetch dependencies!", e);
}
System.setProperty("DetectVMInstallationsJob.disabled", "true");
EclipseWorkspace<ApiAppKey> workspace = getWorkspace();
EclipseApplication apiApplication = applicationResolver.getApiApplication(workspace.getKey().repository);
EclipseFramework eclipseFramework;
Expand Down

0 comments on commit 3c05780

Please sign in to comment.