Skip to content

Commit

Permalink
Upgrade java to 17 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Dec 30, 2023
1 parent 10555f2 commit 15d9caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
<packaging>pom</packaging>

<properties>
<revision>0.3.0-SNAPSHOT</revision>
<revision>0.4.0-SNAPSHOT</revision>

<!-- Instruct the build to use only UTF-8 encoding for source code -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<skipITs>true</skipITs>
<argLine>@{argLine} --add-exports java.base/sun.nio.ch=ALL-UNNAMED</argLine>

<version.groovy>3.0.17</version.groovy>
<version.assembly.plugin>3.6.0</version.assembly.plugin>
Expand Down

0 comments on commit 15d9caa

Please sign in to comment.