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 2476f64 commit 0cc4ae8Copy full SHA for 0cc4ae8
.travis.yml
@@ -2,8 +2,9 @@ language: java
2
install: true
3
cache:
4
directories:
5
- - $HOME/.m2
+ - $HOME/.m2
6
jdk:
7
-- openjdk11
+ - openjdk8
8
+ - openjdk11
9
script:
-- mvn clean install -Pjacoco coveralls:report
10
+ - mvn clean install -Pjacoco coveralls:report
pom.xml
@@ -35,7 +35,7 @@
35
</distributionManagement>
36
37
<properties>
38
- <java.version>11</java.version>
+ <java.version>1.8</java.version>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40
</properties>
41
0 commit comments