Skip to content

Commit

Permalink
Fix java build matrix action
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Nov 3, 2024
1 parent 460e00d commit b2114c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up JDK ${{ matrix.version }}
uses: actions/setup-java@v4
with:
java-version: "${{ matrix.version }}"
java-version: ${{ matrix.version }}
distribution: 'temurin'
cache: maven

Expand Down

0 comments on commit b2114c4

Please sign in to comment.