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 7c73e5c commit 900c638Copy full SHA for 900c638
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "java.configuration.updateBuildConfiguration": "interactive"
3
+}
pom.xml
@@ -178,8 +178,7 @@
178
<artifactId>maven-compiler-plugin</artifactId>
179
<version>3.13.0</version>
180
<configuration>
181
- <source>1.8</source>
182
- <target>1.8</target>
+ <release>8</release>
183
</configuration>
184
</plugin>
185
<plugin>
0 commit comments