Skip to content

Commit

Permalink
Update ci.yml DIST to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed May 5, 2024
1 parent caeee08 commit a4a8d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit a4a8d62

Please sign in to comment.