We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0003fc commit cf03c91Copy full SHA for cf03c91
pom.xml
@@ -34,6 +34,10 @@
34
<version>1.11.9-SNAPSHOT</version>
35
<inceptionYear>2017</inceptionYear>
36
<properties>
37
+ <!---->
38
+ <maven.compiler.source>1.8</maven.compiler.source>
39
+ <maven.compiler.target>1.8</maven.compiler.target>
40
41
<slf4j.version>1.7.25</slf4j.version>
42
<junit.version>4.12</junit.version>
43
<logback.version>1.1.7</logback.version>
0 commit comments