Skip to content

Commit

Permalink
Add an explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jan 21, 2024
1 parent 5ef5c3e commit be54f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,10 @@
</compilerArgs>
<parameters>true</parameters>
<showWarnings>false</showWarnings>
<!-- The actual source level is specified by
`version.jdk.source`, but javac requires that `-source`
is not greater than `-target`. Thanks to the Jabel
plugin the code can be compiled anyway. -->
<source>${version.jdk.target}</source>
<target>${version.jdk.target}</target>
<!-- Erroneously inverted logic... for details, see
Expand Down

0 comments on commit be54f7b

Please sign in to comment.