Use Java 17 in antora pipeline

This commit is contained in:
Eleftheria Stein
2022-04-29 11:38:12 +02:00
parent 28e1ab1d8d
commit c3b8634fb4

View File

@@ -14,6 +14,12 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Generate antora.yml
run: ./gradlew :spring-session-docs:generateAntora
- name: Extract Branch Name