This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 7d15ac438a7457a28ebda6ff0b8b171546d8de60 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Jan 5 12:30:00 2023 +0100 (chores) ci: enable cache --- .github/workflows/pr-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index d6d44e6057b..0f988774f38 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -40,6 +40,7 @@ jobs: with: java-version: 11 distribution: 'temurin' + cache: 'maven' - name: Maven Build run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck clean install - name: Archive Logs
