Skip to content

Commit 003d309

Browse files
authored
Build doc with java 17 (#249)
1 parent 88fa983 commit 003d309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
cache: 'gradle'
1414
distribution: temurin
15-
java-version: 11
15+
java-version: 17
1616
- name: Setup Gradle
1717
uses: gradle/gradle-build-action@v3
1818
- name: Execute npm run build
@@ -44,4 +44,4 @@ jobs:
4444
- name: Deploy to GitHub Pages
4545
id: deployment
4646
uses: actions/deploy-pages@v4
47-
47+

0 commit comments

Comments
 (0)