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 6c9b096 commit 6d38057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3-beta
uses: gradle/actions/setup-gradle@v3

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

0 comments on commit 6d38057

Please sign in to comment.