Skip to content

Commit ba980bd

Browse files
authored
Remove workaround (#7533)
1 parent ee76a08 commit ba980bd

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

gradle.properties

+1-12
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,7 @@ org.gradle.caching=true
44
org.gradle.priority=low
55

66
# Gradle default is 256m which causes issues with our build - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
7-
# Also workaround https://github.com/diffplug/spotless/issues/834
8-
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m \
9-
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
10-
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
11-
--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
12-
--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED \
13-
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
14-
--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
15-
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
16-
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
17-
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
18-
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
7+
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
198

209
# Currently causes failure when importing project in IntelliJ
2110
# org.gradle.warning.mode=fail

0 commit comments

Comments
 (0)