Skip to content

Commit

Permalink
pin gradle 6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 19, 2021
1 parent 4fd9c77 commit 0f1c16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
gradle_version: # set to empty to build with most recent version of gradle
gradle_version: 6.8.3 # set to empty to build with most recent version of gradle
gradle_commands: build # default is build
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0f1c16b

Please sign in to comment.