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 cd48674 commit 52fd443Copy full SHA for 52fd443
1 file changed
.github/workflows/ci.yml
@@ -376,6 +376,10 @@ jobs:
376
with:
377
sccache: s3
378
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
379
+ - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
380
+ with:
381
+ distribution: "corretto"
382
+ java-version: "17"
383
- uses: ./.github/actions/setup-prebuild
384
- run: ./gradlew javadoc
385
working-directory: ./java
0 commit comments