You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
514: Modify setup-java in ci workflow for v3 r=alallema a=alallema
Following the update of `setup-java` to v3 the distribution is now required.
It's throw an [error](https://github.com/meilisearch/meilisearch-java/actions/runs/3788961009/jobs/6442255873)
```
Run actions/setup-java@v3
with:
java-version: 1.8
java-package: jdk
check-latest: false
server-id: github
server-username: GITHUB_ACTOR
server-password: GITHUB_TOKEN
overwrite-settings: true
job-status: success
token: ***
Error: Input required and not supplied: distribution
```
Co-authored-by: alallema <[email protected]>
0 commit comments