Skip to content

Commit

Permalink
fix: fmt does not support java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jul 20, 2024
1 parent dc817b5 commit 97257f6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@

<build>
<plugins>
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.23</version>
<executions>
<execution>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 97257f6

Please sign in to comment.