Skip to content

Commit

Permalink
Update language level to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Jun 28, 2024
1 parent 3ac6648 commit dbacc2b
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 @@ -43,8 +43,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>
<mavenVersion>3.8.1</mavenVersion>
<weldVersion>5.1.2.Final</weldVersion>
<jandexVersion>2.4.5.Final</jandexVersion>
Expand Down

0 comments on commit dbacc2b

Please sign in to comment.