Skip to content

Commit 0a263ce

Browse files
committed
chore: Correct syntax in java github action
1 parent 6475002 commit 0a263ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/setup-java@v4
3030
with:
3131
java-version: ${{ matrix.java-version }}
32+
distribution: corretto
3233
- name: Set up node
3334
uses: actions/setup-node@v4
3435
with:

0 commit comments

Comments
 (0)