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 0507492 commit 95719aaCopy full SHA for 95719aa
.travis.yml
@@ -5,6 +5,7 @@ jdk:
5
- openjdk11
6
- openjdk12
7
- openjdk13
8
+ - openjdk14
9
10
script:
11
- mvn -B clean test jacoco:report
pom.xml
@@ -106,7 +106,7 @@
106
<plugin>
107
<groupId>org.jacoco</groupId>
108
<artifactId>jacoco-maven-plugin</artifactId>
109
- <version>0.8.4</version>
+ <version>0.8.5</version>
110
<executions>
111
<execution>
112
<id>prepare-agent</id>
@@ -139,7 +139,7 @@
139
140
141
142
143
<configuration>
144
<excludes>
145
<exclude>**/U$BaseHttpSslSocketFactory*.class</exclude>
0 commit comments