Skip to content

Commit

Permalink
HV-1882 Require JDK 17+ to run the build
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and gsmet committed Feb 24, 2022
1 parent 093a31a commit 2064ffb
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 @@ -319,7 +319,7 @@
<arquillian.wildfly.jvm.args>${arquillian.wildfly.jvm.args.add-opens} ${arquillian.wildfly.jvm.args.add-modules}</arquillian.wildfly.jvm.args>

<!-- JDK version required for the build -->
<jdk.min.version>11</jdk.min.version>
<jdk.min.version>17</jdk.min.version>
<maven.min.version>3.3.1</maven.min.version>
</properties>

Expand Down

0 comments on commit 2064ffb

Please sign in to comment.