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 ba24554 + cd0bd3b commit e0e6a1eCopy full SHA for e0e6a1e
.travis.yml
@@ -1,9 +1,9 @@
1
language: java
2
3
jdk:
4
- - openjdk-ea
+ - openjdk15
5
+ - openjdk14
6
- openjdk13
- - openjdk12
7
- openjdk11
8
- openjdk8
9
pom.xml
@@ -140,7 +140,7 @@
140
<osgi.dynamicImport>*</osgi.dynamicImport>
141
<spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
142
143
- <!-- Remove after parent 32 (support for jdk 13 and 14) -->
+ <!-- Remove after parent 32 (support for jdk 13on) -->
144
<jacoco.version>0.8.5</jacoco.version>
145
</properties>
146
0 commit comments