mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Antora generate workflow use JDK 17
Closes gh-11430
This commit is contained in:
parent
a8b6d9bb40
commit
c4a55b90e3
4
.github/workflows/antora-generate.yml
vendored
4
.github/workflows/antora-generate.yml
vendored
@ -16,6 +16,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '17'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user