Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore: replace zulu with adopt in publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
oliemansm authored May 14, 2021
1 parent 99336b1 commit 9413bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
distribution: 'adopt'
java-version: 8
- name: Cache Gradle
uses: actions/cache@v2
Expand Down

0 comments on commit 9413bcc

Please sign in to comment.