Skip to content

Commit f7ca96f

Browse files
NO-TICKET: Bump default Gradle max-workers from 2 to 4 for update locks
Increases default parallelism for all Gradle invocations (builds, lock updates, tests) across all consuming repos. This helps speed up lock resolution and dependency-heavy tasks without requiring per-repo changes.
1 parent ce32a94 commit f7ca96f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

raise-lock-pr/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ runs:
1717
uses: hypertrace/github-actions/gradle@main
1818
with:
1919
args: resolveAndLockAll --write-locks --refresh-dependencies
20+
max-workers: '4'
2021
- name: Remove settings lock if needed
2122
if: inputs.lock-settings != 'true'
2223
shell: bash

0 commit comments

Comments
 (0)