Skip to content

Commit

Permalink
Updoot to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
JornC committed Feb 7, 2024
1 parent 276808b commit 7266627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<imaer.version>4.0.2-2</imaer.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
Expand Down

0 comments on commit 7266627

Please sign in to comment.