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 a214551 commit 4ceda54Copy full SHA for 4ceda54
.mvn/jvm.config
@@ -1,2 +1,2 @@
1
---add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
2
-
+--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
+--add-opens java.base/java.lang=ALL-UNNAMED
pom.xml
@@ -1048,7 +1048,7 @@
1048
<plugin>
1049
<groupId>org.codehaus.cargo</groupId>
1050
<artifactId>cargo-maven3-plugin</artifactId>
1051
- <version>1.10.15</version>
+ <version>1.10.16</version>
1052
</plugin>
1053
1054
@@ -1164,7 +1164,7 @@
1164
1165
<!-- apply a specific flavor of google-java-format -->
1166
<googleJavaFormat>
1167
- <version>1.8</version>
+ <version>1.10.0</version>
1168
<style>AOSP</style>
1169
</googleJavaFormat>
1170
</java>
0 commit comments