Skip to content

Commit

Permalink
Specify java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed May 17, 2024
1 parent 53fd09d commit 399ab99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

- name: Verify Gradle Wrapper
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

- name: Verify Gradle Wrapper
Expand Down

0 comments on commit 399ab99

Please sign in to comment.