Skip to content

Commit 95719aa

Browse files
committed
Add openjdk14.
1 parent 0507492 commit 95719aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jdk:
55
- openjdk11
66
- openjdk12
77
- openjdk13
8+
- openjdk14
89

910
script:
1011
- mvn -B clean test jacoco:report

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.jacoco</groupId>
108108
<artifactId>jacoco-maven-plugin</artifactId>
109-
<version>0.8.4</version>
109+
<version>0.8.5</version>
110110
<executions>
111111
<execution>
112112
<id>prepare-agent</id>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.jacoco</groupId>
141141
<artifactId>jacoco-maven-plugin</artifactId>
142-
<version>0.8.4</version>
142+
<version>0.8.5</version>
143143
<configuration>
144144
<excludes>
145145
<exclude>**/U$BaseHttpSslSocketFactory*.class</exclude>

0 commit comments

Comments
 (0)