This commit is contained in:
Nikolay Martynov 2020-06-19 14:38:30 -04:00 committed by Trask Stalnaker
parent 45dc02d964
commit d2e6c62a8d
2 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cache_keys: &cache_keys
parameters:
gradle_flags:
type: string
default: "--build-cache --parallel --stacktrace --no-daemon"
default: "--stacktrace --no-daemon"
jobs:
build:

View File

@ -1 +1,4 @@
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g