File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 198
198
<!-- compile-time arguments for google-java-format -->
199
199
<arg >-XDcompilePolicy=simple</arg >
200
200
<arg >-Xplugin:ErrorProne</arg >
201
+ <arg >--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
202
+ <arg >--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg >
201
203
<arg >--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg >
202
204
<arg >--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg >
203
205
<arg >--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg >
204
206
<arg >--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg >
205
207
<arg >--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg >
206
- <arg >--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg >
207
- <arg >--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg >
208
208
</compilerArgs >
209
209
<annotationProcessorPaths >
210
210
<path >
233
233
<manifest >
234
234
<mainClass >com.google.googlejavaformat.java.Main</mainClass >
235
235
</manifest >
236
+ <manifestEntries >
237
+ <Add-Exports ><!--
238
+ --> jdk.compiler/com.sun.tools.javac.api <!--
239
+ --> jdk.compiler/com.sun.tools.javac.file <!--
240
+ --> jdk.compiler/com.sun.tools.javac.main <!--
241
+ --> jdk.compiler/com.sun.tools.javac.model <!--
242
+ --> jdk.compiler/com.sun.tools.javac.parser <!--
243
+ --> jdk.compiler/com.sun.tools.javac.processing <!--
244
+ --> jdk.compiler/com.sun.tools.javac.tree <!--
245
+ --> jdk.compiler/com.sun.tools.javac.util<!--
246
+ --> </Add-Exports >
247
+ <Add-Opens >jdk.compiler/com.sun.tools.javac.code jdk.compiler/com.sun.tools.javac.comp</Add-Opens >
248
+ </manifestEntries >
236
249
</archive >
237
250
</configuration >
238
251
</plugin >
You can’t perform that action at this time.
0 commit comments