Skip to content

Commit

Permalink
Fixes build on JDK15 by enabling experimental flag there
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Sep 7, 2020
1 parent 90d0620 commit 9c3337c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
docker:
- image: openjdk:15-jdk
steps:
- build
- build:
flag: -Dexperimental
jdk14-with-JDK-preview-features:
docker:
- image: openjdk:14-jdk
Expand All @@ -45,7 +46,7 @@ jobs:
- image: openjdk:15-jdk
steps:
- build:
flag: -Dadditional.argLine=--enable-preview
flag: -Dexperimental -Dadditional.argLine=--enable-preview
jdk-ea-experimental:
docker:
- image: openjdk:16-jdk
Expand Down

0 comments on commit 9c3337c

Please sign in to comment.