gradle.properties 425 B

1234567
  1. # workaround for https://github.com/diffplug/spotless/issues/834
  2. org.gradle.jvmargs=\
  3. --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
  4. --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
  5. --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
  6. --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
  7. --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED