Skip to content

Commit

Permalink
refactor: Make the <release> compiler setting overridable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jan 27, 2025
1 parent 94dc1c3 commit 2c4ee0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plc4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<configuration>
<!-- Would have loved to suppress the warnings of generated code only -->
<showWarnings>false</showWarnings>
<release>11</release>
<release>${java.version}</release>
</configuration>
</execution>
<execution>
Expand All @@ -225,7 +225,7 @@
<configuration>
<!-- Would have loved to suppress the warnings of generated code only -->
<showWarnings>false</showWarnings>
<release>11</release>
<release>${java.version}</release>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 2c4ee0d

Please sign in to comment.