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 ac2cde8 commit 116f913
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gradle-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gradle-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gradle-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 116f913

Please sign in to comment.