We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000aab1 commit be18ed0Copy full SHA for be18ed0
lib/src/main/java/com/diffplug/spotless/java/PalantirJavaFormatStep.java
@@ -60,6 +60,7 @@ private static final class State implements Serializable {
60
private final String formatterVersion;
61
62
State(JarState jarState, String formatterVersion) {
63
+ ModuleHelper.doOpenInternalPackagesIfRequired();
64
this.jarState = jarState;
65
this.formatterVersion = formatterVersion;
66
}
0 commit comments