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