summarylogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorYour Name2017-10-12 14:21:04 -0400
committerYour Name2017-10-12 14:21:04 -0400
commit3ab1aac556036aad69f7a356b1ab5aa00e94a34a (patch)
tree6f6efc104e5761484ab813145c7033665fc21caa /gradle.properties
parent129db4fca64e83bcd62852f63c9c5988be03a72d (diff)
downloadaur-3ab1aac556036aad69f7a356b1ab5aa00e94a34a.tar.gz
bcprov update
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 000000000000..b506455ea8aa
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,7 @@
+org.gradle.parallel = true
+org.gradle.jvmargs=-Xms256m -Xmx1024m
+org.gradle.configureondemand=true
+
+tasks.withType(Test) {
+ maxParallelForks = Runtime.runtime.availableProcessors()
+}