Skip to content

Commit 4ceda54

Browse files
author
Dave Wichers
committed
Upgrade 1 plugin and upgrade googleJavaFormat setting for
spotless-maven-plugin so it works with both Java 11 and Java 17.
1 parent a214551 commit 4ceda54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.mvn/jvm.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
2-
1+
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
2+
--add-opens java.base/java.lang=ALL-UNNAMED

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
<plugin>
10491049
<groupId>org.codehaus.cargo</groupId>
10501050
<artifactId>cargo-maven3-plugin</artifactId>
1051-
<version>1.10.15</version>
1051+
<version>1.10.16</version>
10521052
</plugin>
10531053

10541054
<plugin>
@@ -1164,7 +1164,7 @@
11641164

11651165
<!-- apply a specific flavor of google-java-format -->
11661166
<googleJavaFormat>
1167-
<version>1.8</version>
1167+
<version>1.10.0</version>
11681168
<style>AOSP</style>
11691169
</googleJavaFormat>
11701170
</java>

0 commit comments

Comments
 (0)