Skip to content

Commit f09b148

Browse files
committed
Remove gradle jdk.compiler args
1 parent 8bdd8a5 commit f09b148

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# https://github.com/google/google-java-format/releases/tag/v1.10.0
2-
org.gradle.jvmargs=-Xmx2048M --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
1+
org.gradle.jvmargs=-Xmx2048M
32

43
# https://docs.gradle.org/current/userguide/performance.html
54
org.gradle.parallel=true

0 commit comments

Comments
 (0)