Skip to content
New issue

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

how do i use the "install-multiple-jdks" in the Github action #586

Open
angold5 opened this issue Jan 15, 2024 · 1 comment
Open

how do i use the "install-multiple-jdks" in the Github action #586

angold5 opened this issue Jan 15, 2024 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@angold5
Copy link

angold5 commented Jan 15, 2024

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?

@angold5 angold5 added feature request New feature or request to improve the current logic needs triage labels Jan 15, 2024
@aparnajyothi-y
Copy link
Contributor

Hello @angold5
Thank you for reporting this issue, We will investigate it and come back to you as soon as we have some information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

2 participants