Skip to content

Commit

Permalink
Merge pull request wildfly#5976 from yersan/WFCORE-6801
Browse files Browse the repository at this point in the history
[WFCORE-6801] Use maven.compiler.release to ensure the desired binary…
  • Loading branch information
yersan authored Apr 25, 2024
2 parents 69898be + b59e0d1 commit b9b48d6
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 b9b48d6

Please sign in to comment.