switch CI to temurin jdk (#6592)

This commit is contained in:
Ryan Blue
2024-05-06 16:37:09 -04:00
committed by GitHub
parent 6a73ca8c08
commit 2e71e85b8d
4 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: ./gradlew docs:zipDocs -PbuildServer -PdocWarningsAsErrors ${{ env.EXTRA_GRADLE_ARGS }}