Skip to content

Commit

Permalink
Add distribution & update setup-java version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch authored May 28, 2024
1 parent 7c15765 commit fdfbd2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '11'
cache: gradle
distribution: 'temurin'
- name: Check with Gradle
run: ./gradlew check --continue

0 comments on commit fdfbd2e

Please sign in to comment.