gradle: Parallel build

This commit is contained in:
Owain van Brakel
2019-07-25 03:03:43 +02:00
parent 55c8a8e0ee
commit 9dbda2fff2
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
org.gradle.caching=true org.gradle.caching=true
org.gradle.warning.mode=all org.gradle.warning.mode=all
org.gradle.parallel=false org.gradle.parallel=true
org.gradle.console=rich org.gradle.console=rich
org.gradle.configureondemand=true org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

View File

@@ -5,6 +5,8 @@ dependencies {
compile project(':mixins') compile project(':mixins')
compile project(':runelite-api') compile project(':runelite-api')
compile project(':runescape-api') compile project(':runescape-api')
compile project(':rs-client')
compile project(':injected-client')
compile group: 'org.apache.maven', name: 'maven-plugin-api', version: '3.6.1' compile group: 'org.apache.maven', name: 'maven-plugin-api', version: '3.6.1'
testCompile project(':deobfuscator') testCompile project(':deobfuscator')
testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'junit', name: 'junit', version: '4.12'