diff --git a/.github/workflows/gradle-build-matrix.yaml b/.github/workflows/gradle-build-matrix.yaml index 2c3c208..64a5a4e 100644 --- a/.github/workflows/gradle-build-matrix.yaml +++ b/.github/workflows/gradle-build-matrix.yaml @@ -33,7 +33,7 @@ jobs: matrix: os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] java-version: ['11'] - # Once https://github.com/gradle/actions/issues/273 is fixed, use 'wrapper' here + # Once https://github.com/gradle/actions/issues/273 is fixed, use 'wrapper' here also gradle-version: ['7.6.4'] runs-on: ${{ matrix.os }} # Timeout in 10 minutes, as Stratego initialization can sometimes deadlock diff --git a/.github/workflows/gradle-build.yaml b/.github/workflows/gradle-build.yaml index fa79ca4..1329335 100644 --- a/.github/workflows/gradle-build.yaml +++ b/.github/workflows/gradle-build.yaml @@ -23,7 +23,8 @@ on: # yamllint disable-line rule:truthy description: 'The Gradle version, or "wrapper" or "current".' type: string required: false - default: 'wrapper' + # Once https://github.com/gradle/actions/issues/273 is fixed, use 'wrapper' here instead of an explicit version + default: '7.6.4' gradle-build-scan-publish: description: 'Whether to publish a build scan.' type: boolean diff --git a/.github/workflows/gradle-dependencies.yaml b/.github/workflows/gradle-dependencies.yaml index dc6200c..39daf31 100644 --- a/.github/workflows/gradle-dependencies.yaml +++ b/.github/workflows/gradle-dependencies.yaml @@ -23,7 +23,8 @@ on: # yamllint disable-line rule:truthy description: 'The Gradle version, or "wrapper" or "current".' type: string required: false - default: 'wrapper' + # Once https://github.com/gradle/actions/issues/273 is fixed, use 'wrapper' here instead of an explicit version + default: '7.6.4' gradle-build-scan-publish: description: 'Whether to publish a build scan.' type: boolean diff --git a/.github/workflows/gradle-publish.yaml b/.github/workflows/gradle-publish.yaml index 466ddbe..1146523 100644 --- a/.github/workflows/gradle-publish.yaml +++ b/.github/workflows/gradle-publish.yaml @@ -23,7 +23,8 @@ on: # yamllint disable-line rule:truthy description: 'The Gradle version, or "wrapper" or "current".' type: string required: false - default: 'wrapper' + # Once https://github.com/gradle/actions/issues/273 is fixed, use 'wrapper' here instead of an explicit version + default: '7.6.4' gradle-build-scan-publish: description: 'Whether to publish a build scan.' type: boolean