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 2f1db6e commit b1f6dccCopy full SHA for b1f6dcc
pom.xml
@@ -21,7 +21,8 @@
21
<properties>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24
- <java.version>1.8</java.version>
+ <maven.compiler.source>1.8</maven.compiler.source>
25
+ <maven.compiler.target>1.8</maven.compiler.target>
26
</properties>
27
28
<dependencies>
0 commit comments