We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dc02d commit d2e6c62Copy full SHA for d2e6c62
.circleci/config.yml
@@ -17,7 +17,7 @@ cache_keys: &cache_keys
17
parameters:
18
gradle_flags:
19
type: string
20
- default: "--build-cache --parallel --stacktrace --no-daemon"
+ default: "--stacktrace --no-daemon"
21
22
jobs:
23
build:
gradle.properties
@@ -1 +1,4 @@
1
+org.gradle.parallel=true
2
+org.gradle.caching=true
3
+
4
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g
0 commit comments