Skip to content

Commit

Permalink
Updating JVM to Corretto
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjordanbaker committed Jul 10, 2023
1 parent 7bdefb2 commit 03be850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
distribution: 'corretto'
cache: 'gradle'
- name: Print JDK Version
run: java -version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
distribution: 'corretto'
cache: 'gradle'
- name: Print JDK Version
run: java -version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
distribution: 'corretto'
cache: 'gradle'
- name: Print JDK Version
run: java -version
Expand Down

0 comments on commit 03be850

Please sign in to comment.