Skip to content

Commit

Permalink
Bump maven.compiler.release to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Dec 4, 2023
1 parent 6cf63e8 commit 432af84
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 @@ -41,7 +41,7 @@

<!-- Default properties -->
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
<maven.compiler.testTarget>${maven.compiler.target}</maven.compiler.testTarget>
Expand Down

0 comments on commit 432af84

Please sign in to comment.