Skip to content

Commit be18ed0

Browse files
committed
Apply the fix from #1224 to PalantirJavaFormatStep.
1 parent 000aab1 commit be18ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/java/com/diffplug/spotless/java/PalantirJavaFormatStep.java

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ private static final class State implements Serializable {
6060
private final String formatterVersion;
6161

6262
State(JarState jarState, String formatterVersion) {
63+
ModuleHelper.doOpenInternalPackagesIfRequired();
6364
this.jarState = jarState;
6465
this.formatterVersion = formatterVersion;
6566
}

0 commit comments

Comments
 (0)