This repository was archived by the owner on Mar 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,8 @@ jobs:
284284 - run :
285285 command : bundle exec fastlane release
286286 working_directory : android
287+ environment :
288+ GRADLE_OPTS : -Xmx6g
287289
288290 - store_artifacts :
289291 path : ./android/sourcemap.js
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ platform :android do
2121 lane :test do
2222 gradle (
2323 task : "app:test" ,
24- flags : "--init-script init.gradle"
24+ flags : "--init-script init.gradle --no-daemon --max-workers=2 "
2525 )
2626 end
2727
@@ -46,7 +46,7 @@ platform :android do
4646 increment_version_code ( app_project_dir : "./app" , version_code : versionCodes [ 0 ] + 1 )
4747 gradle (
4848 task : "clean assembleRelease" ,
49- flags : "--init-script init.gradle"
49+ flags : "--init-script init.gradle --no-daemon --max-workers=2 "
5050 )
5151 # changelog_from_git_commits
5252 supply (
@@ -72,7 +72,7 @@ platform :android do
7272 increment_version_code ( app_project_dir : "./app" , version_code : parts [ 2 ] )
7373 gradle (
7474 task : "clean assembleRelease" ,
75- flags : "--init-script init.gradle"
75+ flags : "--init-script init.gradle --no-daemon --max-workers=2 "
7676 )
7777 supply (
7878 track : "beta" ,
You can’t perform that action at this time.
0 commit comments