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.
2 parents bc90ee2 + d92fe0e commit da7c957Copy full SHA for da7c957
.travis.yml
@@ -1,15 +1,11 @@
1
language: java
2
3
-matrix:
4
- include:
5
- - jdk: openjdk15
6
- env: JACOCO_SKIP="-Djacoco.skip=true"
7
- - jdk: openjdk14
8
- - jdk: openjdk11
9
- - jdk: openjdk8
10
-
11
-script:
12
- - ./mvnw test -B $JACOCO_SKIP
+jdk:
+ - openjdk15
+ - openjdk14
+ - openjdk13
+ - openjdk11
+ - openjdk8
13
14
services:
15
- docker
pom.xml
@@ -139,9 +139,6 @@
139
<osgi.import>*;resolution:=optional</osgi.import>
140
<osgi.dynamicImport>*</osgi.dynamicImport>
141
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
142
143
- <!-- Remove after parent 32 (support for jdk 13on) -->
144
- <jacoco.version>0.8.5</jacoco.version>
145
</properties>
146
147
<dependencies>
0 commit comments