Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Aug 31, 2024
1 parent 6462fea commit bf50b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<name>Solus Lupus (2.0.0-build374)</name>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.source>21</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -60,8 +60,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>17</source>
<release>17</release>
<source>21</source>
<release>21</release>
</configuration>
</plugin>

Expand Down

0 comments on commit bf50b70

Please sign in to comment.