We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385ec9f commit 363ba8eCopy full SHA for 363ba8e
pom.xml
@@ -49,7 +49,7 @@
49
<properties>
50
<!-- common properties -->
51
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52
- <java.version>1.8</java.version>
+ <java.version>17</java.version>
53
54
<!-- production dependencies -->
55
<spring-framework.version>5.3.10-SNAPSHOT</spring-framework.version>
@@ -149,8 +149,7 @@
149
<artifactId>maven-compiler-plugin</artifactId>
150
<version>${maven-compiler-plugin.version}</version>
151
<configuration>
152
- <source>${java.version}</source>
153
- <target>${java.version}</target>
+ <release>${java.version}</release>
154
</configuration>
155
</plugin>
156
<plugin>
0 commit comments