From 573a325792eb5fde074c1fa3f6f56c67689fe60a Mon Sep 17 00:00:00 2001 From: Ian Roberts Date: Fri, 24 Nov 2023 16:12:55 +0000 Subject: [PATCH] Fix maven version for builds of gate-top itself. --- .github/workflows/ci.yaml | 5 +++++ .github/workflows/pull-request.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2da5cfc..f4a3502 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,6 +46,11 @@ jobs: distribution: 'zulu' cache: maven + - name: Set up Maven + uses: stCarolas/setup-maven@v4.5 + 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 diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 42418e2..7bbeb0e 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -20,6 +20,11 @@ jobs: distribution: 'zulu' cache: maven + - name: Set up Maven + uses: stCarolas/setup-maven@v4.5 + 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