Skip to content

Commit 0cc4ae8

Browse files
Building with JDK 8 and JDK 11 using source and target language level of 1.8
1 parent 2476f64 commit 0cc4ae8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: java
22
install: true
33
cache:
44
directories:
5-
- $HOME/.m2
5+
- $HOME/.m2
66
jdk:
7-
- openjdk11
7+
- openjdk8
8+
- openjdk11
89
script:
9-
- mvn clean install -Pjacoco coveralls:report
10+
- mvn clean install -Pjacoco coveralls:report

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</distributionManagement>
3636

3737
<properties>
38-
<java.version>11</java.version>
38+
<java.version>1.8</java.version>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
</properties>
4141

0 commit comments

Comments
 (0)