Skip to content

Commit

Permalink
chore: update docs.yml to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Nov 7, 2023
1 parent 84a901f commit 9e096d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Checkout android-places-ktx
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

# Run dokka and create tar
- name: Generate documentation
run: |
Expand Down

0 comments on commit 9e096d3

Please sign in to comment.