From d9bc1fcfe7d8850649a23c494f49264b8a4682c6 Mon Sep 17 00:00:00 2001 From: sauilitired Date: Fri, 10 Aug 2018 23:38:28 +0200 Subject: [PATCH] Disable daemon (temporarily) to allow for CI builds to not run out of memory. --- README.md | 5 +++-- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b68f3aeb5..70545b368 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ is to provide a lag-free and smooth experience. ### Developer Resources * [JavaDocs] Link Temporarily Unavailable -* [Build Server](http://ci.athion.net/job/PlotSquared/) -* [Maven Repo](http://ci.athion.net/job/PlotSquared/ws/mvn/) +* [[Git Mirror](https://incendo.org/git/sauilitired/PlotSquared/)] +* [[Build Server](http://ci.athion.net/job/PlotSquared/)] [[Alternative](https://incendo.org/ci/job/PlotSquared/)] +* [[Maven Repo](http://ci.athion.net/job/PlotSquared/ws/mvn/)] # Building Gradle is the **recommended** way to build the project. Use `./gradlew build` in the main project directory to build the project. Gradle is required if you intend to build or develop the Sponge module. diff --git a/gradle.properties b/gradle.properties index 0ff1aa364..940175f47 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.daemon=true +org.gradle.daemon=false org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.configureondemand=true -org.gradle.parallel=true \ No newline at end of file +org.gradle.parallel=true