Skip to content

Commit

Permalink
Make LookupJDKToolchainsJob detection less prone to failures
Browse files Browse the repository at this point in the history
Change-Id: I50de3b63eecd007f5a7a92bdfe6299326ad5d634
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Oct 30, 2023
1 parent 248d8fc commit c6fac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion m2e-core-tests
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected IStatus run(IProgressMonitor monitor) {
}
addToolchain(toolchain);
}
} catch(IOException e) {
} catch(Exception e) {
return Status.error(e.getMessage(), e);
}
}
Expand Down

0 comments on commit c6fac93

Please sign in to comment.