ci(github-actions): enable maven caching on actions/setup-java
All checks were successful
Build / build (pull_request) Successful in 1m43s

This commit is contained in:
Jorge Bornhausen 2025-01-07 11:40:24 +01:00
parent 070101f041
commit 0fa8453eec
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ jobs:
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '21' java-version: '21'
cache: 'maven'
- name: Configure Maven CI/CD settings - name: Configure Maven CI/CD settings
uses: https://github.com/s4u/maven-settings-action@v3.1.0 uses: https://github.com/s4u/maven-settings-action@v3.1.0

View file

@ -59,6 +59,7 @@ jobs:
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '21' java-version: '21'
cache: 'maven'
- name: Make maven wrapper executable - name: Make maven wrapper executable
run: chmod +x mvnw run: chmod +x mvnw