Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
updated gradle options in circle.yml file (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored May 13, 2020
1 parent e9ac648 commit 4d33d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
JVM_OPTS: -Xmx3200m
BUILDTYPE: Debug
IS_LOCAL_DEVELOPMENT: false
GRADLE_OPTS: -Xmx4096m -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
JVM_OPTS: -Xmx3200m
BUILDTYPE: Debug
IS_LOCAL_DEVELOPMENT: false
GRADLE_OPTS: -Xmx4096m -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 4d33d50

Please sign in to comment.