Skip to content

Commit

Permalink
Fix Java version in upload docs job. (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak authored Sep 16, 2024
1 parent cb62ce9 commit be13cd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
with:
candidate: java
version: '17.0.1-tem'
- name: Set up JDK 8
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'adopt'
cache: 'maven'
jdkFile: ${{ steps.sdkman.outputs.file }}
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down

0 comments on commit be13cd0

Please sign in to comment.