mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Make Kythe work with JDK 21 (#2355)
This commit is contained in:
parent
11883812b3
commit
1cac9c9684
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ steps:
|
|||
jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED"
|
||||
jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED"
|
||||
jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED"
|
||||
jvmopts="$${jvmopts} --add-exports=jdk.internal.opt/jdk.internal.opt=ALL-UNNAMED"
|
||||
export KYTHE_JAVA_RUNTIME_OPTIONS=$${jvmopts}
|
||||
export KYTHE_VNAMES="$${PWD}/vnames.json"
|
||||
export KYTHE_ROOT_DIRECTORY="$${PWD}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue