Skip to content

Commit 2a6343b

Browse files
Java target version set to 1.8
1 parent 1577bd6 commit 2a6343b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23+
<maven.compiler.target>1.8</maven.compiler.target>
24+
<maven.compiler.source>1.8</maven.compiler.source>
2325
</properties>
2426

2527
<licenses>

0 commit comments

Comments
 (0)