Skip to content

Commit

Permalink
Fixes #159 - Revert back to Java 21 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Apr 9, 2024
1 parent 90bef7f commit 472744e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<junit.version>5.10.2</junit.version>
<piranha.version>24.3.0</piranha.version>
<!-- other -->
<java.version>22</java.version>
<java.version>21</java.version>
<piranha.distribution>webprofile</piranha.distribution>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- plugins -->
Expand Down Expand Up @@ -71,6 +71,7 @@
<version>${maven-compiler-plugin.version}</version>
<configuration>
<release>${java.version}</release>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 472744e

Please sign in to comment.