Skip to content

Commit

Permalink
feat: require java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
weihao committed Feb 9, 2024
1 parent 6a86e00 commit 5e5fb18
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 @@ -264,7 +264,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<release>11</release>
<release>17</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 5e5fb18

Please sign in to comment.