summaryrefslogtreecommitdiff
path: root/pcr/freenet/gradle.properties
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 12:47:47 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 12:47:47 +0100
commit43ca8c28d788504d583d468c4e026140a001a79b (patch)
treecf0b2a81eed73a89ac89bd88bb3748c22301a0b2 /pcr/freenet/gradle.properties
parent17595e93b7106655a0b6f55de0982d380d3658bd (diff)
pcr/freenet: updated to 0.7.5.1478
Diffstat (limited to 'pcr/freenet/gradle.properties')
-rw-r--r--pcr/freenet/gradle.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/pcr/freenet/gradle.properties b/pcr/freenet/gradle.properties
new file mode 100644
index 000000000..b506455ea
--- /dev/null
+++ b/pcr/freenet/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()
+}