Use the setup-java action cache option

This commit is contained in:
andreaTP
2022-04-14 15:42:47 +01:00
committed by Bruno Oliveira da Silva
parent e09f618cef
commit fe9347c9ec
5 changed files with 25 additions and 67 deletions

View File

@@ -26,6 +26,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Update maven settings
run: mkdir -p ~/.m2 ; cp .github/settings.xml ~/.m2/