Skip to content

Commit d6dae68

Browse files
Remove workaround for spotless google-java-format, increase mem limit
1 parent 3936322 commit d6dae68

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

gradle.properties

+2-10
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,9 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12-
13-
# Workaround to make spotless work with java 17 -
14-
# see https://github.com/diffplug/spotless/tree/main/plugin-gradle#google-java-format and
15-
# https://github.com/ie3-institute/simonaAPI/issues/15 for details
16-
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
17-
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
18-
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
19-
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
20-
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
12+
org.gradle.jvmargs=-Xmx4096m
2113

2214
# When configured, Gradle will run in incubating parallel mode.
2315
# This option should only be used with decoupled projects. More details, visit
2416
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
25-
# org.gradle.parallel=true
17+
# org.gradle.parallel=true

0 commit comments

Comments
 (0)