Skip to content

Commit

Permalink
Change compiler version to java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zurcusa committed Dec 20, 2024
1 parent 95d8938 commit 0f5d5d0
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 @@ -10,8 +10,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>
<version.junit>4.13.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>
<version.multiaddr>v1.4.12</version.multiaddr>
Expand Down

0 comments on commit 0f5d5d0

Please sign in to comment.