Skip to content

Commit

Permalink
cache maven
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Apr 4, 2024
1 parent f7cf18c commit 81fcbf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 81fcbf9

Please sign in to comment.