File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# Specifies the JVM arguments used for the daemon process.
11
11
# 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
21
13
22
14
# When configured, Gradle will run in incubating parallel mode.
23
15
# This option should only be used with decoupled projects. More details, visit
24
16
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
25
- # org.gradle.parallel=true
17
+ # org.gradle.parallel=true
You can’t perform that action at this time.
0 commit comments