Skip to content

Commit 6caaef3

Browse files
committed
fix: fix compatability with jdk-16
add work around for gradle spotless plugin see details at: diffplug/spotless#693
1 parent 5c905ec commit 6caaef3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gradle.properties

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
org.gradle.parallel=true
2-
org.gradle.jvmargs=-Xmx2048M
2+
org.gradle.jvmargs=-Xmx2048M --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
3+
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
4+
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
5+
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
6+
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

0 commit comments

Comments
 (0)