From 81fcbf9b9feafdb4421ae34fc0f7f2eb73b957b5 Mon Sep 17 00:00:00 2001 From: amihaiemil Date: Thu, 4 Apr 2024 19:41:45 +0300 Subject: [PATCH] cache maven --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0b6698a6..816e29d5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java-version: [ 8, 11, 17, 21 ] + java-version: [ 11, 17, 21 ] steps: - uses: actions/checkout@v3 @@ -29,5 +29,6 @@ jobs: with: java-version: ${{ matrix.java-version }} distribution: 'temurin' + cache: maven - name: Build with Maven run: mvn clean install -Pcheckstyle,itcases