Skip to content

Commit

Permalink
chore: update to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Jul 4, 2024
1 parent c08a04c commit 738d43a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Our default version will be UNOFFICIAL, this will prevent auto updates -->
<!-- from overriding our local test file -->
<version>5.0-SNAPSHOT</version>
<version>UNOFFICIAL</version>
<inceptionYear>2013</inceptionYear>
<packaging>jar</packaging>

Expand Down Expand Up @@ -113,8 +113,8 @@
<!-- We can safely exclude them from the final jar -->
<exclude>**/package-info.java</exclude>
</excludes>
<source>16</source>
<target>16</target>
<source>21</source>
<target>21</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 738d43a

Please sign in to comment.