Skip to content

Commit 71f201d

Browse files
committed
Prevent build error of maven-bundle-pluin on JDK 15
1 parent 65f1f3c commit 71f201d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ jdk:
77
- openjdk11
88
- openjdk8
99

10+
jobs:
11+
allow_failures:
12+
# Fail maven-bundle-plugin on JDK 15 (https://issues.apache.org/jira/browse/FELIX-6259,https://github.com/mybatis/parent/issues/160)
13+
- jdk: openjdk15
14+
1015
after_success:
1116
- chmod -R 777 ./travis/after_success.sh
1217
- ./travis/after_success.sh

0 commit comments

Comments
 (0)