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 9a4c1e6 commit ea91da2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
- 'migrateImports check -PmicronautVersion=3.2.1 -PspockVersion=2.0-groovy-3.0 -PgroovyVersion=3.0.9 --scan'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- name: Setup Java 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: zulu
cache: 'gradle'
distribution: corretto
java-version: 8
cache: gradle
- uses: eskatos/gradle-command-action@v2
with:
arguments: ${{ matrix.versions }}
Expand Down

0 comments on commit ea91da2

Please sign in to comment.