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 c84731f commit 43c9fc3Copy full SHA for 43c9fc3
jacoco-console-reporter/pom.xml
@@ -114,8 +114,8 @@
114
<groupId>org.apache.maven.plugins</groupId>
115
<artifactId>maven-compiler-plugin</artifactId>
116
<configuration>
117
- <source>11</source>
118
- <target>11</target>
+ <source>1.8</source>
+ <target>1.8</target>
119
</configuration>
120
</plugin>
121
pom.xml
@@ -15,6 +15,8 @@
15
16
<properties>
17
<java.version>1.8</java.version>
18
+ <maven.compiler.source>1.8</maven.compiler.source>
19
+ <maven.compiler.target>1.8</maven.compiler.target>
20
<maven.compiler.release>8</maven.compiler.release>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
<junit.version>5.12.2</junit.version>
0 commit comments