Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Dec 5, 2023
1 parent a33f388 commit 4b12977
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -759,13 +759,11 @@
<version>3.1.1</version>
</plugin>
<plugin>
<!-- needed for jdk8, versions newer than 1.14 need JDK11+ -->
<!-- https://mvnrepository.com/artifact/com.google.googlejavaformat/google-java-format -->
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.14</version>
</dependency>
<!-- needed for jdk8, versions newer than 1.14 need JDK11+ -->
<!-- https://mvnrepository.com/artifact/com.google.googlejavaformat/google-java-format -->
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.14</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down

0 comments on commit 4b12977

Please sign in to comment.