Skip to content

Commit

Permalink
Merge pull request #201 from jburel/gradle
Browse files Browse the repository at this point in the history
use gradle 6
  • Loading branch information
jburel authored Feb 15, 2021
2 parents 5f7f61c + eb7e9cc commit f292626
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 @@ -16,7 +16,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: # 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 f292626

Please sign in to comment.