Skip to content

Commit

Permalink
feat: support jdk 17&21 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Jan 20, 2025
1 parent 07e9078 commit 5bbeb5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
<encoding>${project.encoding}</encoding>
</configuration>
</plugin>

<plugin>
<groupId>com.googlecode.maven-java-formatter-plugin</groupId>
<artifactId>maven-java-formatter-plugin</artifactId>
Expand Down Expand Up @@ -277,6 +276,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin}</version>
<configuration>
<argLine>${maven.surefire.argLine}</argLine>
<excludes>${maven.surefire.excludes}</excludes>
<includes>
<include>**/*Test.java</include>
</includes>
Expand Down

0 comments on commit 5bbeb5f

Please sign in to comment.