Skip to content

Commit

Permalink
refactor: bump to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpeppe committed Nov 27, 2023
1 parent 4342691 commit 76d1fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<maven.checkstyle-plugin.version>3.3.1</maven.checkstyle-plugin.version>
<maven.clean-plugin.version>3.3.2</maven.clean-plugin.version>
<maven.compiler-plugin.version>3.11.0</maven.compiler-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
<maven.dependency-plugin.version>3.6.1</maven.dependency-plugin.version>
<maven.deploy-plugin.version>3.1.1</maven.deploy-plugin.version>
<maven.directory-maven-plugin.version>1.0</maven.directory-maven-plugin.version>
Expand Down Expand Up @@ -195,8 +195,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler-plugin.version}</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
<compilerArgs>
<arg>--module-version=${project.version}</arg>
<arg>-Xlint:unchecked</arg>
Expand Down

0 comments on commit 76d1fbe

Please sign in to comment.