Skip to content

Commit

Permalink
Don't use Wrapper version, it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 1, 2024
1 parent 78c783c commit ac2cde8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-build-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
java-version: ['11']
gradle-version: ['wrapper', '7.6.4']
# Once https://github.com/gradle/actions/issues/273 is fixed, use 'wrapper' here
gradle-version: ['7.6.4']
runs-on: ${{ matrix.os }}
# Timeout in 10 minutes, as Stratego initialization can sometimes deadlock
timeout-minutes: 10
Expand Down

0 comments on commit ac2cde8

Please sign in to comment.