We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f8e661 + 771f959 commit a7ed960Copy full SHA for a7ed960
.travis.yml
@@ -2,6 +2,7 @@ language: java
2
3
jdk:
4
- openjdk8
5
+ - openjdk11
6
7
cache:
8
directories:
Jenkinsfile
@@ -1 +1,5 @@
1
-buildPlugin()
+buildPlugin(
+ timeout: 10,
+ failFast: true,
+ jdkVersions: [8, 11]
+)
pom.xml
@@ -45,7 +45,7 @@
45
46
<!-- maven plugins versions -->
47
<maven-coveralls.version>4.3.0</maven-coveralls.version>
48
- <maven-jacoco.version>0.8.1</maven-jacoco.version>
+ <maven-jacoco.version>0.8.2</maven-jacoco.version>
49
50
</properties>
51
0 commit comments