Skip to content

Commit

Permalink
Apply the fix from #1224 to PalantirJavaFormatStep.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jun 11, 2022
1 parent 000aab1 commit be18ed0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ private static final class State implements Serializable {
private final String formatterVersion;

State(JarState jarState, String formatterVersion) {
ModuleHelper.doOpenInternalPackagesIfRequired();
this.jarState = jarState;
this.formatterVersion = formatterVersion;
}
Expand Down

0 comments on commit be18ed0

Please sign in to comment.