Skip to content

Commit 9150d3e

Browse files
committed
Added Gradle properties to speed up compilation
1 parent 5c2c3d0 commit 9150d3e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gradle.properties

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# When configured, Gradle will run in incubating parallel mode.
2+
# This option should only be used with decoupled projects. More details, visit
3+
org.gradle.parallel=true
4+
5+
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
6+
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
7+
org.gradle.daemon=true
8+
9+
# Specifies the JVM arguments used for the daemon process.
10+
# The setting is particularly useful for tweaking memory settings.
11+
# Default value: -Xmx10248m -XX:MaxPermSize=256m
12+
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)