Skip to content

Commit

Permalink
Use Eclipse Temurin, not AdoptOpenJDK in action (#40)
Browse files Browse the repository at this point in the history
* Use Eclipse Temurin, not AdoptOpenJDK in action

The 'adopt' distribution has moved to Eclipse Temurin.

It won't be updated at the AdoptOpenJDK location.

See jenkinsci/jenkins#6406

https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#adopt

https://github.com/actions/setup-java#usage

* Update .github/workflows/cd.yaml

Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
  • Loading branch information
MarkEWaite and timja authored Mar 27, 2022
1 parent c00aa26 commit d9a8ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: 8
- name: Release
uses: jenkins-infra/jenkins-maven-cd-action@v1.2.0
Expand Down

0 comments on commit d9a8ac8

Please sign in to comment.