Browse Source

Add comment as to why using JDK 17

Add comment as to why using JDK 17

Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
pull/18848/head
Rob Winch 3 weeks ago committed by GitHub
parent
commit
392dcf4b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/deploy-docs.yml

1
.github/workflows/deploy-docs.yml

@ -23,6 +23,7 @@ jobs: @@ -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

Loading…
Cancel
Save