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 ea08b4b commit d12d7ceCopy full SHA for d12d7ce
.mvn/jvm.config
@@ -1,2 +1,8 @@
1
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
2
--add-opens java.base/java.lang=ALL-UNNAMED
3
+
4
+--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
5
+--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
6
+--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
7
+--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
8
+--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
pom.xml
@@ -292,7 +292,7 @@
292
293
<!-- apply a specific flavor of google-java-format -->
294
<googleJavaFormat>
295
- <version>1.10.0</version>
+ <version>1.17.0</version>
296
<style>AOSP</style>
297
</googleJavaFormat>
298
</java>
0 commit comments