Skip to content

Commit

Permalink
Set maven.compiler.release to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vchaitanya committed Jan 13, 2025
1 parent 1d97936 commit 779fd5f
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 @@ -53,8 +53,7 @@
</distributionManagement>

<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jline.version>3.23.0</jline.version>
<sonar.organization>mastercard</sonar.organization>
Expand Down

0 comments on commit 779fd5f

Please sign in to comment.