Skip to content

Commit

Permalink
chore: set maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrigore authored Jul 10, 2024
1 parent 4a854b1 commit 0a7d42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: run tests in java 17
uses: actions/setup-java@v3
uses: s4u/setup-maven-action@v1.7.0
with:
java-version: '17'
distribution: 'temurin'
maven-version: 3.9.4
cache: maven
- name: Show maven version
run: mvn --version
Expand Down

0 comments on commit 0a7d42d

Please sign in to comment.