mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Add alternative maven link and re-enable gradle daemon
This commit is contained in:
parent
d9bc1fcfe7
commit
af461e1fc2
@ -20,7 +20,7 @@ is to provide a lag-free and smooth experience.
|
|||||||
* [JavaDocs] Link Temporarily Unavailable
|
* [JavaDocs] Link Temporarily Unavailable
|
||||||
* [[Git Mirror](https://incendo.org/git/sauilitired/PlotSquared/)]
|
* [[Git Mirror](https://incendo.org/git/sauilitired/PlotSquared/)]
|
||||||
* [[Build Server](http://ci.athion.net/job/PlotSquared/)] [[Alternative](https://incendo.org/ci/job/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
|
# 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=false
|
org.gradle.daemon=true
|
||||||
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 New Issue
Block a user