Skip to content

Commit

Permalink
build: update setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjedynak committed Feb 18, 2024
1 parent 6d38057 commit 73fccbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-disabled: true

- name: Execute Gradle build
run: ./gradlew build

0 comments on commit 73fccbc

Please sign in to comment.