Remove workaround (#5122)
This commit is contained in:
parent
e82ab27582
commit
161273e709
|
@ -4,15 +4,4 @@ org.gradle.caching=true
|
|||
org.gradle.priority=low
|
||||
|
||||
# Gradle default is 256m which causes issues with our build - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
|
||||
# Also workaround https://github.com/diffplug/spotless/issues/834
|
||||
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m \
|
||||
--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.main=ALL-UNNAMED \
|
||||
--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
||||
--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
||||
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
|
||||
--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
|
||||
--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
|
||||
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
|
||||
|
|
Loading…
Reference in New Issue