Skip to content

Commit c3b8634

Browse files
committed
Use Java 17 in antora pipeline
1 parent 28e1ab1 commit c3b8634

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/antora-generate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
steps:
1515
- name: Checkout Source
1616
uses: actions/checkout@v2
17+
- name: Set up JDK 17
18+
uses: actions/setup-java@v2
19+
with:
20+
java-version: '17'
21+
distribution: 'adopt'
22+
cache: gradle
1723
- name: Generate antora.yml
1824
run: ./gradlew :spring-session-docs:generateAntora
1925
- name: Extract Branch Name

0 commit comments

Comments
 (0)