From 112012ae5f158167a1d428d941e028778452d5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Thu, 23 Mar 2023 19:08:54 +0100 Subject: [PATCH] Adjust the setup to use a specific maven version 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. --- .github/workflows/mavenBuild.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mavenBuild.yml b/.github/workflows/mavenBuild.yml index 6d74da9a12e..d2ed651acec 100644 --- a/.github/workflows/mavenBuild.yml +++ b/.github/workflows/mavenBuild.yml @@ -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