Skip to content

Commit 0486ad7

Browse files
authored
Update JDK to 11 in JDoc workflow
1 parent 5a9b6ed commit 0486ad7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- name: set up JDK 8
18+
- name: set up JDK 11
1919
uses: actions/setup-java@v3
2020
with:
21-
java-version: '8'
21+
java-version: '11'
2222
distribution: 'temurin'
2323

2424
- name: Cache Gradle dependencies

0 commit comments

Comments
 (0)