blob: dd4aa687f4f252b81dc16b354342cdaf3aaf5717 [file] [log] [blame]
Austin Schuh75263e32022-02-22 18:05:32 -08001# The --add-exports flags work around a bug with spotless and JDK 17
2# https://github.com/diffplug/spotless/issues/834
3org.gradle.jvmargs=-Xmx1g \
4 --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
5 --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
6 --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
7 --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
8 --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED