Skip to content

Commit

Permalink
[JENKINS-73120] Require Java 17 in parent POM for core and core compo…
Browse files Browse the repository at this point in the history
…nents (#562)
  • Loading branch information
basil committed Jun 7, 2024
1 parent befa187 commit abb8b0d
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 @@ -66,7 +66,7 @@
</distributionManagement>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.testRelease>${maven.compiler.release}</maven.compiler.testRelease>
<!-- Generate metadata for reflection on method parameters -->
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down

0 comments on commit abb8b0d

Please sign in to comment.