Skip to content

Commit

Permalink
Use Corretto in GHA to align with the runtime Java vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed May 17, 2022
1 parent ea91da2 commit e8c19ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gradle-versions-watchdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Setup Java 8
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: corretto
java-version: 8
cache: gradle
- uses: eskatos/gradle-command-action@v1
with:
arguments: check --stacktrace
Expand Down

0 comments on commit e8c19ae

Please sign in to comment.