mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-03-04 10:44:47 +00:00
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>
This commit is contained in:
parent
2fd4caa169
commit
392dcf4b72
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
@ -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…
x
Reference in New Issue
Block a user