Skip to content

Commit

Permalink
Address GH actions failure
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty committed Nov 5, 2024
1 parent ffa5303 commit addbfc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
java-version: '21'
distribution: 'corretto'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn package
- name: Codecov
uses: codecov/[email protected]

0 comments on commit addbfc2

Please sign in to comment.