Skip to content

Commit

Permalink
Add Java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Feb 15, 2024
1 parent 57903df commit d7149e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
- name: Setup Gradle ${{ matrix.gradle }}
Expand Down

0 comments on commit d7149e9

Please sign in to comment.