Browse Source

Update Deploy Docs to JDK 25

Issue gh-18512

Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
pull/18722/head
Josh Cummings 1 month ago
parent
commit
ba69471f6f
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 2
      .github/workflows/deploy-docs.yml

2
.github/workflows/deploy-docs.yml

@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,7 @@ jobs:
- name: Set Up Gradle
uses: spring-io/spring-gradle-build-action@v2
with:
java-version: '17'
java-version: '25'
distribution: temurin
- name: Set up refname build
if: github.event.inputs.build-refname

Loading…
Cancel
Save