[docs] Build javadocs with JDK 17 (#6588)

Remove JDK 11 javadocs workarounds.
Also update readme to say to install JDK 17.
This commit is contained in:
sciencewhiz
2024-05-06 21:52:22 -07:00
committed by GitHub
parent 408980462f
commit f77d01c085
4 changed files with 7 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 13
java-version: 17
- name: Set environment variables (Development)
run: |
echo "BRANCH=development" >> $GITHUB_ENV