Skip to content

Commit

Permalink
Require Maven project to use Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
tallpsmith committed Dec 15, 2023
1 parent 6ee7352 commit 556855c
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 @@ -105,7 +105,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>5.3.27</spring.version>
<slf4j.version>1.6.1</slf4j.version>
<jdk.version>1.8</jdk.version>
<jdk.version>17</jdk.version>
<project.build.javaVersion>${jdk.version}</project.build.javaVersion>
<maven.compile.targetLevel>${jdk.version}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdk.version}</maven.compile.sourceLevel>
Expand Down Expand Up @@ -229,7 +229,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>17</version>
<version>11</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 556855c

Please sign in to comment.