Add alternative maven link and re-enable gradle daemon

This commit is contained in:
sauilitired 2018-08-10 23:41:31 +02:00
parent d9bc1fcfe7
commit af461e1fc2
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ is to provide a lag-free and smooth experience.
* [JavaDocs] Link Temporarily Unavailable
* [[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/)]
* [[Maven Repo](http://ci.athion.net/job/PlotSquared/ws/mvn/)] [[Alternative](https://incendo.org/ci/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.

View File

@ -1,4 +1,4 @@
org.gradle.daemon=false
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.configureondemand=true
org.gradle.parallel=true