Skip to content

Commit

Permalink
Update gradle.yml to limit build parallelization.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeli authored Oct 3, 2023
1 parent 30c74e2 commit 88f031e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 1
matrix:
version: ['2.7.0', '2.8.0', '2.9.0', '2.10.0', '3.0.0', '3.1.0']

Expand Down

0 comments on commit 88f031e

Please sign in to comment.