Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 18, 2024
1 parent 6c89e77 commit 1859348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ private JavaSettings initJava() {
if (!initJavaSettings) {
// PATCH to avoid cycle
if (initJavaSettingsBefore) {
return new JavaSettingsImpl();
return getDefaultJavaSettings(config);
}
initJavaSettingsBefore = true;

Expand Down

0 comments on commit 1859348

Please sign in to comment.