File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4242 run : java -version
4343 - name : Set JVM options for JDK 16
4444 if : ${{ matrix.java == 16 }}
45- run : echo org.gradle.jvmargs="--illegal-access=permit \
46- --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
45+ run : echo org.gradle.jvmargs="--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
4746 --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
4847 --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
4948 --add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
8180 run : java -version
8281 - name : Set JVM options for JDK 16
8382 if : ${{ matrix.java == 16 }}
84- run : echo org.gradle.jvmargs="--illegal-access=permit \
85- --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
83+ run : echo org.gradle.jvmargs="--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
8684 --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
8785 --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
8886 --add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
You can’t perform that action at this time.
0 commit comments