mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-11-30 05:51:39 +01:00
Update JDK to 11 in JDoc workflow
This commit is contained in:
parent
5a9b6ed2e3
commit
0486ad7a08
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: set up JDK 8
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Cache Gradle dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user