Skip to content

Commit

Permalink
Upgrade 1 plugin and upgrade googleJavaFormat setting for
Browse files Browse the repository at this point in the history
spotless-maven-plugin so it works with both Java 11 and Java 17.
  • Loading branch information
Dave Wichers committed Dec 16, 2024
1 parent a214551 commit 4ceda54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED

--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
<version>1.10.15</version>
<version>1.10.16</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -1164,7 +1164,7 @@

<!-- apply a specific flavor of google-java-format -->
<googleJavaFormat>
<version>1.8</version>
<version>1.10.0</version>
<style>AOSP</style>
</googleJavaFormat>
</java>
Expand Down

0 comments on commit 4ceda54

Please sign in to comment.