Skip to content

Commit

Permalink
Merge pull request #106 from gsmet/java-21
Browse files Browse the repository at this point in the history
Update maven.compiler.release to 21
  • Loading branch information
gsmet authored Apr 16, 2024
2 parents c13a32f + de4e754 commit fdaad6a
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 @@ -9,7 +9,7 @@
<description>Release Quarkus by conversing with a GitHub Action</description>
<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>21</maven.compiler.release>
<maven.compiler.testRelease>21</maven.compiler.testRelease>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit fdaad6a

Please sign in to comment.