We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be73186 commit 669ec66Copy full SHA for 669ec66
.github/workflows/docs-deploy.yml
@@ -53,11 +53,11 @@ jobs:
53
uses: pnpm/action-setup@v3
54
with:
55
package_json_file: docs/package.json
56
- - name: Set up JDK 11
+ - name: Set up JDK 17
57
uses: actions/setup-java@v4
58
id: maven-cache
59
60
- java-version: 11
+ java-version: 17
61
distribution: zulu
62
cache: maven
63
- name: Set up Maven
0 commit comments