We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: How do i use the new version of java in the github action https://github.com/actions/setup-java#install-multiple-jdks
steps: uses: actions/setup-java@v4 with: distribution: '<distribution>' java-version: 17 - run: java HelloWorldApp.java
- name: Sonar scan env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: ./gradlew build sonar --info working-directory: ./my-app/HelloWorldFunction
Justification: i dont know how to use it
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered:
Hello @angold5 Thank you for reporting this issue, We will investigate it and come back to you as soon as we have some information.
Sorry, something went wrong.
No branches or pull requests
Description:
How do i use the new version of java in the github action
https://github.com/actions/setup-java#install-multiple-jdks
Justification:
i dont know how to use it
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: