Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
using the build action - not sure if this is "best"
  • Loading branch information
pahjbo authored Oct 21, 2024
1 parent cd3b235 commit 3b468d0
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 @@ -33,7 +33,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@4 # v4.0.0
uses: gradle/gradle-build-action@v3
with:
build-root-directory: main
cache-disabled: true
Expand Down

0 comments on commit 3b468d0

Please sign in to comment.