Skip to content

Commit

Permalink
Add java distribution to setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jan 17, 2024
1 parent 50ddc78 commit 41ba2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 41ba2db

Please sign in to comment.