Skip to content

Commit

Permalink
升级到jdk21,调整maven-compiler-plugin,release为11
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeFJ committed Oct 24, 2023
1 parent af0b768 commit 19af400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>17</release>
<release>11</release>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 19af400

Please sign in to comment.