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 c4b27fe commit 0fb77bbCopy full SHA for 0fb77bb
pom.xml
@@ -42,7 +42,8 @@
42
</modules>
43
44
<properties>
45
- <compiler.version>1.8</compiler.version>
+ <maven.compiler.source>8</maven.compiler.source>
46
+ <maven.compiler.target>8</maven.compiler.target>
47
<gson.version>2.8.9</gson.version>
48
<junit.version>5.7.0</junit.version>
49
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -93,11 +94,7 @@
93
94
<plugin>
95
<groupId>org.apache.maven.plugins</groupId>
96
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
97
- <configuration>
98
- <source>${compiler.version}</source>
99
- <target>${compiler.version}</target>
100
- </configuration>
+ <version>3.10.1</version>
101
</plugin>
102
103
0 commit comments