Skip to content

Commit e578a9d

Browse files
committed
Fix build on Java 8.
1 parent 2558bc8 commit e578a9d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

gradle.properties

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# To fix metaspace errors
2-
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8 \
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
8-
2+
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
93
name=spotless
104
description=Spotless - keep your code spotless with Gradle
115
org=diffplug

0 commit comments

Comments
 (0)