Skip to content

Commit

Permalink
Fix maven version for builds of gate-top itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Nov 24, 2023
1 parent 4afde72 commit 573a325
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
distribution: 'zulu'
cache: maven

- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: "3.8.8"

# Override http://repo.gate.ac.uk to use https:// instead
- name: Configure Maven settings
uses: whelk-io/maven-settings-xml-action@v21
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
distribution: 'zulu'
cache: maven

- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: "3.8.8"

# Override http://repo.gate.ac.uk to use https:// instead
- name: Configure Maven settings
uses: whelk-io/maven-settings-xml-action@v21
Expand Down

0 comments on commit 573a325

Please sign in to comment.