Skip to content

Commit 0ace29a

Browse files
committed
Set compiler source and target to 1.8
1 parent 4187dc9 commit 0ace29a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2323
</repository>
2424
</distributionManagement>
25+
<properties>
26+
<maven.compiler.source>1.8</maven.compiler.source>
27+
<maven.compiler.target>1.8</maven.compiler.target>
28+
</properties>
2529
<developers>
2630
<developer>
2731
<id>dx-bandwidth</id>

0 commit comments

Comments
 (0)