Skip to content

Commit fce4015

Browse files
authored
Fix CodeQL nightly build (#252)
* Fix CodeQL nightly build * Add link
1 parent 2942e08 commit fce4015

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
languages: java
2525

2626
- 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"
2730
with:
2831
# skipping build cache is needed so that all modules will be analyzed
2932
arguments: assemble --no-build-cache

0 commit comments

Comments
 (0)