Skip to content

Commit

Permalink
Remove JDK 11 until I've resolved the CGLIB ASM issue with JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbye committed Sep 23, 2018
1 parent 74e29e2 commit 79d8e2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: java

jdk:
- openjdk-ea
- openjdk11
- oraclejdk11
# net.sf.cglib.core.DuplicatesPredicate$UnnecessaryBridgeFinder does not like org.objectweb.asm.ClassReader nestMembersOffset > 0 for JDK11 classes
# - openjdk-ea
# - openjdk11
# - oraclejdk11
- openjdk10
- oraclejdk10
- openjdk9
Expand Down

0 comments on commit 79d8e2a

Please sign in to comment.