mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Disable daemon (temporarily) to allow for CI builds to not run out of memory.
This commit is contained in:
parent
369ccb7c8d
commit
d9bc1fcfe7
2 changed files with 5 additions and 4 deletions
|
@ -18,8 +18,9 @@ is to provide a lag-free and smooth experience.
|
||||||
|
|
||||||
### Developer Resources
|
### Developer Resources
|
||||||
* [JavaDocs] Link Temporarily Unavailable
|
* [JavaDocs] Link Temporarily Unavailable
|
||||||
* [Build Server](http://ci.athion.net/job/PlotSquared/)
|
* [[Git Mirror](https://incendo.org/git/sauilitired/PlotSquared/)]
|
||||||
* [Maven Repo](http://ci.athion.net/job/PlotSquared/ws/mvn/)
|
* [[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
|
# 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.
|
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.
|
||||||
|
|
|
@ -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.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||||
org.gradle.configureondemand=true
|
org.gradle.configureondemand=true
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
Loading…
Reference in a new issue