Skip to content

Commit

Permalink
Merge pull request #29 from jburel/gradle6
Browse files Browse the repository at this point in the history
gradle 6
  • Loading branch information
jburel committed Apr 19, 2021
2 parents e551736 + 0f1c16b commit 4660a7a
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: 5.2.1 # 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 4660a7a

Please sign in to comment.