Skip to content

Commit

Permalink
Use stCarolas/setup-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydoane committed Feb 3, 2025
1 parent a87b870 commit 1119650
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.7
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.2
- name: Check Maven version
run: mvn -version
- name: Set up Erlang
uses: erlef/[email protected]
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.7
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.2
- name: Check Maven version
run: mvn -version
- name: Set up Erlang
uses: erlef/[email protected]
with:
Expand Down

0 comments on commit 1119650

Please sign in to comment.