This should give us a nice build-performance boost, both locally and in Travis CI. I've used parallel builds routinely for months now, and they're working fine. Build output caching is newer, but it also seems to be working well and saves us tremendous time on downloads.
3 lines
49 B
INI
3 lines
49 B
INI
org.gradle.caching=true
|
|
org.gradle.parallel=true
|