Skip to content

Commit

Permalink
chore: target java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Jul 14, 2024
1 parent cc22644 commit 7abfc21
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 @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Target Java 17 -->
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<!-- Spigot properties -->
Expand Down Expand Up @@ -113,7 +113,7 @@
<!-- We can safely exclude them from the final jar -->
<exclude>**/package-info.java</exclude>
</excludes>
<source>21</source>
<source>17</source>
<target>17</target>
<annotationProcessorPaths>
<path>
Expand Down

0 comments on commit 7abfc21

Please sign in to comment.