Skip to content

Commit 9a4babd

Browse files
NO-TICKET: Bump default Gradle max-workers from 2 to 4 for update locks (#94)
* 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. * Update action.yaml
1 parent ce32a94 commit 9a4babd

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)