Skip to content

Commit

Permalink
Enable build cache (DataDog/dd-trace-java#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-kolya authored and trask committed Jun 30, 2020
1 parent 45dc02d commit d2e6c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
org.gradle.parallel=true
org.gradle.caching=true

org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g

0 comments on commit d2e6c62

Please sign in to comment.