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 9804c8c + 48cf805 commit d8b9261Copy full SHA for d8b9261
.travis.yml
@@ -1,6 +1,7 @@
1
language: java
2
3
jdk:
4
+ - openjdk-ea
5
- openjdk12
6
- oraclejdk11
7
- oraclejdk8
pom.xml
@@ -139,6 +139,9 @@
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 13) -->
144
+ <jacoco.version>0.8.4</jacoco.version>
145
</properties>
146
147
<dependencies>
0 commit comments