Skip to content

Commit

Permalink
Update gradletest.yml
Browse files Browse the repository at this point in the history
correct gradle setup
  • Loading branch information
pahjbo authored Jun 14, 2024
1 parent 347db00 commit 70f8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@3.1.0
uses: gradle/actions/setup-gradle@v3

- name: Test with Gradle Wrapper
run: ./gradlew test
Expand Down

0 comments on commit 70f8ef1

Please sign in to comment.