Skip to content

Commit

Permalink
DBZ-6493 setting maven.compiler.testRelease to 17 in order to overrid…
Browse files Browse the repository at this point in the history
…e the value from parent
  • Loading branch information
jcechace authored and jpechane committed Jun 8, 2023
1 parent c08008f commit cee675f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.testRelease>17</maven.compiler.testRelease>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down

0 comments on commit cee675f

Please sign in to comment.