Skip to content

Commit

Permalink
[WFCORE-6801] Use maven.compiler.release to ensure the desired binary…
Browse files Browse the repository at this point in the history
… compilation level

Jira issue: https://issues.redhat.com/browse/WFCORE-6801
  • Loading branch information
yersan committed Apr 22, 2024
1 parent e799ee2 commit b59e0d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
<!-- Keep consistent with README.md and .mvn/wrapper/maven-wrapper.properties -->
<maven.min.version>3.6.0</maven.min.version>
<!-- Require Java 11 -->
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.release>11</maven.compiler.release>

<!-- Standard client-side JPMS settings identified as meeting
the needs of WildFly libraries meant for use in clients. -->
Expand Down

0 comments on commit b59e0d1

Please sign in to comment.