This is an automated email from the ASF dual-hosted git repository.
andytaylor pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
The following commit(s) were added to refs/heads/main by this push:
new 5a9b24b ARTEMIS-5475 - Cache maven dependencies in github actions
5a9b24b is described below
commit 5a9b24bec9c2121d2420348ef9a68a3ebb88aed9
Author: GChuf <[email protected]>
AuthorDate: Wed May 14 16:35:24 2025 +0200
ARTEMIS-5475 - Cache maven dependencies in github actions
---
.github/workflows/build.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 39d921e..e4a5006 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
+ cache: 'maven'
- name: Build
run: mvn -B clean verify -Prelease
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact