File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ allprojects {
200200 " --add-exports" ,
201201 " jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED" ]
202202 options. forkOptions. jvmArgs = [" -J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED" ,
203+ " -J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED" ,
203204 " -J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED" ,
204205 " -J--add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED" ,
205206 " -J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED" ,
Original file line number Diff line number Diff line change 3131 export JAVAC_EXTRACTOR_JAR="$${PWD}/kythe/extractors/javac_extractor.jar"
3232 jvmopts="--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED"
3333 jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"
34+ jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED"
3435 jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED"
3536 jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED"
3637 jvmopts="$${jvmopts} --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED"
You can’t perform that action at this time.
0 commit comments