Skip to content

Commit

Permalink
调整maven-compiler-plugin,release为17
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeFJ committed Oct 24, 2023
1 parent f5d541e commit 1b3c839
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>17</release>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 1b3c839

Please sign in to comment.