Skip to content

Commit

Permalink
升级到jdk21,调整maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeFJ committed Oct 24, 2023
1 parent 9d5a6b0 commit c6c77fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>21</source>
<target>21</target>
<release>8</release>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit c6c77fe

Please sign in to comment.