Skip to content

Commit

Permalink
chore: Correct syntax in java github action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed May 16, 2024
1 parent 6475002 commit 0a263ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: corretto
- name: Set up node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0a263ce

Please sign in to comment.