Skip to content

Commit

Permalink
fix: require distribution config for Java
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Sep 28, 2023
1 parent d963173 commit 2f6123f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
cache: gradle
distribution: temurin
java-version: ${{ env.JAVAVERSION }}

- name: Setup Gradle
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
uses: actions/setup-java@v3
with:
cache: gradle
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}

- name: Setup Gradle
Expand Down

0 comments on commit 2f6123f

Please sign in to comment.