Skip to content

Commit

Permalink
install latest mvn and mvnd via sdkman
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 30, 2023
1 parent 170e339 commit e445046
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/actions/setup-java-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ runs:
restore-keys: |
${{ runner.os }}-buildcache-
- name: Install latest mvnd
uses: sdkman/sdkman-action@v1
id: sdkman
with:
candidate: mvnd

- name: Install latest maven
uses: sdkman/sdkman-action@v1
id: sdkman
with:
candidate: maven

- name: "Set up Java"
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e445046

Please sign in to comment.