Skip to content

Commit

Permalink
Using the official Gradle action instead of the original eskatos one
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jun 23, 2022
1 parent 49219d8 commit 3203baf
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 @@ -23,7 +23,7 @@ jobs:
java-version: '8'
distribution: zulu
cache: 'gradle'
- uses: eskatos/gradle-command-action@v2
- uses: gradle/gradle-command-action@v2
with:
arguments: ${{ matrix.versions }}
- name: Show Reports
Expand Down

0 comments on commit 3203baf

Please sign in to comment.