From 445c97107b43ecf9a47d9ee64131648967fe4a83 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Sun, 24 Mar 2024 17:08:08 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8c3d0c040..0c2c7433dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,5 +30,12 @@ jobs: uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} + - name: Setup Maven Action + uses: s4u/setup-maven-action@v1.12.0 + with: + checkout-fetch-depth: 0 + java-version: 17 + java-distribution: temurin + maven-version: 3.9.6 - name: Build with Maven run: mvn --no-transfer-progress install -Pstaging -Papi