Skip to content

Commit

Permalink
Make Maven work with Java 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 15, 2020
1 parent 6fb6a77 commit 92629e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install JDK and build project
run: |
. ./.github/scripts/install-jdk.sh --feature ea --os linux-x64
export MAVEN_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED"
./mvnw verify -Pjava15 -Dnet.bytebuddy.experimental=true
continue-on-error: true
hotspot-supported:
Expand Down

0 comments on commit 92629e3

Please sign in to comment.