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

Commit 99336b1

Browse files
authored
chore: replace zulu with adopt in release workflow
1 parent f3e4152 commit 99336b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Java
2020
uses: actions/setup-java@v2
2121
with:
22-
distribution: 'zulu'
22+
distribution: 'adopt'
2323
java-version: 8
2424
- name: Cache Gradle
2525
uses: actions/cache@v2

0 commit comments

Comments
 (0)