We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0075a54 + 35d590d commit bf2d85dCopy full SHA for bf2d85d
.github/workflows/build.yml
@@ -25,7 +25,8 @@ jobs:
25
analyze:
26
runs-on: ubuntu-latest
27
env:
28
- JAVA_TOOL_OPTIONS: "--add-opens=java.base/java.lang=ALL-UNNAMED"
+ JAVA_TOOL_OPTIONS: "--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
29
+ MAVEN_OPTS: "--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
30
steps:
31
- uses: actions/checkout@v2
32
with:
0 commit comments