Skip to content

Commit 363ba8e

Browse files
committed
Upgrade Java version to 17
Resolves #3994
1 parent 385ec9f commit 363ba8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<properties>
5050
<!-- common properties -->
5151
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52-
<java.version>1.8</java.version>
52+
<java.version>17</java.version>
5353

5454
<!-- production dependencies -->
5555
<spring-framework.version>5.3.10-SNAPSHOT</spring-framework.version>
@@ -149,8 +149,7 @@
149149
<artifactId>maven-compiler-plugin</artifactId>
150150
<version>${maven-compiler-plugin.version}</version>
151151
<configuration>
152-
<source>${java.version}</source>
153-
<target>${java.version}</target>
152+
<release>${java.version}</release>
154153
</configuration>
155154
</plugin>
156155
<plugin>

0 commit comments

Comments
 (0)