Skip to content

Commit

Permalink
Switch to JDK17 as a baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Aug 11, 2023
1 parent 4576a13 commit bcff3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>

<v.lyo>${project.version}</v.lyo>

Expand Down

0 comments on commit bcff3da

Please sign in to comment.