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 f4b9640 commit 2c5e328Copy full SHA for 2c5e328
pom.xml
@@ -14,8 +14,8 @@
14
<packaging>jar</packaging>
15
16
<properties>
17
- <maven.compiler.source>8</maven.compiler.source>
18
- <maven.compiler.target>8</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
19
20
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments