gradle: Parallel build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
org.gradle.caching=true
|
||||
org.gradle.warning.mode=all
|
||||
org.gradle.parallel=false
|
||||
org.gradle.parallel=true
|
||||
org.gradle.console=rich
|
||||
org.gradle.configureondemand=true
|
||||
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
|
||||
@@ -5,6 +5,8 @@ dependencies {
|
||||
compile project(':mixins')
|
||||
compile project(':runelite-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'
|
||||
testCompile project(':deobfuscator')
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
|
||||
Reference in New Issue
Block a user