Skip to content

Commit

Permalink
Set CI options for Java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzl authored and morpheus-87 committed Jun 29, 2021
1 parent 1aa64fc commit 8435d9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:

jobs:
build:
env:
MAVEN_OPTS: " --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED "
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 8435d9a

Please sign in to comment.