Austin Schuh | 75263e3 | 2022-02-22 18:05:32 -0800 | [diff] [blame] | 1 | # The --add-exports flags work around a bug with spotless and JDK 17 |
| 2 | # https://github.com/diffplug/spotless/issues/834 |
| 3 | org.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 |