diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1e2e9d8fbd..afb3b72ef4 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,6 +23,7 @@ jobs: - name: Set Up Gradle uses: spring-io/spring-gradle-build-action@v2 with: + # Use JDK 17 since 6.5.x Kotlin version does not support JDK 25 and thus will fail java-version: '17' distribution: temurin - name: Set up refname build