Skip to content

GitHub action is stuck during build while working before #26582

Answered by Hakky54
Hakky54 asked this question in Actions
Discussion options

You must be logged in to vote

I have found the solution. I have upgraded actions/setup-java@v1 and adjusted the configuration. See here:

from

      - name: Set up JDK 11
        uses: actions/setup-java@v1
        with:
          java-version: 11

to:

      - name: Set up JDK 11
        uses: actions/setup-java@v2
        with:
          distribution: 'adopt'
          java-version: '11'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant