Skip to content

Commit f71e085

Browse files
authored
Use JDK 17 for documentation deployment (#486)
1 parent e7529de commit f71e085

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v3
12+
- uses: actions/setup-java@v3
13+
with:
14+
distribution: 'temurin'
15+
java-version: '17'
1216
- run: ./gradlew dokkaHtmlMultiModule
1317
- uses: JamesIves/github-pages-deploy-action@v4.4.1
1418
with:

0 commit comments

Comments
 (0)