Skip to content

Commit d8b9261

Browse files
authored
Merge pull request #1558 from hazendaz/master
Support build with jdk 13 on travis-ci
2 parents 9804c8c + 48cf805 commit d8b9261

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: java
22

33
jdk:
4+
- openjdk-ea
45
- openjdk12
56
- oraclejdk11
67
- oraclejdk8

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
<osgi.import>*;resolution:=optional</osgi.import>
140140
<osgi.dynamicImport>*</osgi.dynamicImport>
141141
<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>
142145
</properties>
143146

144147
<dependencies>

0 commit comments

Comments
 (0)