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 4187dc9 commit 0ace29aCopy full SHA for 0ace29a
pom.xml
@@ -22,6 +22,10 @@
22
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
23
</repository>
24
</distributionManagement>
25
+ <properties>
26
+ <maven.compiler.source>1.8</maven.compiler.source>
27
+ <maven.compiler.target>1.8</maven.compiler.target>
28
+ </properties>
29
<developers>
30
<developer>
31
<id>dx-bandwidth</id>
0 commit comments