Skip to content

Commit

Permalink
Build the project with JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Jun 28, 2024
1 parent ee1751b commit 7ffeed7
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 @@ -24,7 +24,7 @@
</scm>
<properties>
<compiler-plugin.version>3.10.1</compiler-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.6.9</quarkus.version>
Expand Down

0 comments on commit 7ffeed7

Please sign in to comment.