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.
1 parent 2942e08 commit fce4015Copy full SHA for fce4015
.github/workflows/nightly-codeql-analysis.yml
@@ -24,6 +24,9 @@ jobs:
24
languages: java
25
26
- uses: gradle/gradle-build-action@v2
27
+ env:
28
+ # see https://github.com/github/codeql-action/issues/972
29
+ JAVA_TOOL_OPTIONS: "--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED"
30
with:
31
# skipping build cache is needed so that all modules will be analyzed
32
arguments: assemble --no-build-cache
0 commit comments