Skip to content

Commit

Permalink
Adjust the setup to use a specific maven version
Browse files Browse the repository at this point in the history
Currently we use the maven version of the runner what could produce some
confusion if different runners use different maven versions, therefore
we now use a fixed maven version to install for all runners.
  • Loading branch information
laeubi committed Mar 23, 2023
1 parent adf787d commit 112012a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mavenBuild.yml
Expand Up @@ -44,6 +44,10 @@ jobs:
17
distribution: 'temurin'
cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.8
- name: Download the API Tools matcher
uses: suisei-cn/actions-download-file@v1.3.0
id: api-tools-matcher
Expand Down

0 comments on commit 112012a

Please sign in to comment.