From 87d8d2833b51d906e155cd6fa505cf2a6559c186 Mon Sep 17 00:00:00 2001 From: Sebastian Peter Date: Thu, 21 Jul 2022 19:49:24 +0200 Subject: [PATCH] Remove workaround for spotless google-java-format --- gradle.properties | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7e46eef6..7206f523 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,16 +9,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. - -# Workaround to make spotless work with java 17 - -# see https://github.com/diffplug/spotless/tree/main/plugin-gradle#google-java-format and -# https://github.com/ie3-institute/PowerSystemUtils/issues/200 for details -org.gradle.jvmargs=-Xmx4096m \ - --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 +org.gradle.jvmargs=-Xmx4096m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit