Skip to content

Commit

Permalink
CI: Updated test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeRangerDelta committed Aug 11, 2024
1 parent 8068f58 commit 38e5635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ 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@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: '8.8'

- name: Build with Gradle Wrapper
run: ./gradlew build
Expand Down

0 comments on commit 38e5635

Please sign in to comment.