Skip to content

Commit

Permalink
Merge pull request #11 from japzio/feature/java17-upgrade
Browse files Browse the repository at this point in the history
upgrade to java 17
  • Loading branch information
cerus authored Mar 6, 2022
2 parents 53ecb40 + 1c682ac commit 8e090cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</scm>

<properties>
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -87,8 +87,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>15</source>
<target>15</target>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<compilerArgs>--enable-preview</compilerArgs>
</configuration>
</plugin>
Expand Down Expand Up @@ -117,4 +117,4 @@
</resource>
</resources>
</build>
</project>
</project>

0 comments on commit 8e090cb

Please sign in to comment.