Skip to content

Commit

Permalink
Update java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jul 1, 2024
1 parent b4f19b0 commit 103e9b9
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 @@ -18,7 +18,7 @@
</licenses>

<properties>
<java.version>17</java.version>
<jdk.version>11</jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<trevas.version>1.4.1</trevas.version>
<spotless.version>2.43.0</spotless.version>
Expand Down Expand Up @@ -197,10 +197,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<release>${java.version}</release>
<testRelease>${java.version}</testRelease>
<target>${java.version}</target>
<source>${java.version}</source>
<release>${jdk.version}</release>
<testRelease>${jdk.version}</testRelease>
<target>${jdk.version}</target>
<source>${jdk.version}</source>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 103e9b9

Please sign in to comment.