Skip to content

Commit 767f525

Browse files
committed
[ci] Disable jdk 15 due to maven-bundle-plugin waiting on https://issues.apache.org/jira/browse/FELIX-6259
1 parent 45846b0 commit 767f525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: java
22

33
jdk:
4-
- openjdk15
4+
# JDK15 is blocked due to maven-bundle-plugin and underlying bnd (see https://issues.apache.org/jira/browse/FELIX-6259)
5+
#- openjdk15
56
- openjdk14
67
- openjdk13
78
- openjdk11

0 commit comments

Comments
 (0)