Skip to content

Commit 900c638

Browse files
committed
Setup VSCode settings and use release instead of source and target tags in Maven compiler options
1 parent 7c73e5c commit 900c638

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "interactive"
3+
}

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
<artifactId>maven-compiler-plugin</artifactId>
179179
<version>3.13.0</version>
180180
<configuration>
181-
<source>1.8</source>
182-
<target>1.8</target>
181+
<release>8</release>
183182
</configuration>
184183
</plugin>
185184
<plugin>

0 commit comments

Comments
 (0)