Skip to content

Commit 7a62fc6

Browse files
committed
Fix Maven properties
1 parent a57b1a5 commit 7a62fc6

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
@@ -119,6 +119,8 @@
119119

120120
<properties>
121121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
122+
<maven.compiler.source>1.8</maven.compiler.source>
123+
<maven.compiler.target>1.8</maven.compiler.target>
122124
</properties>
123125

124126
<scm>

0 commit comments

Comments
 (0)