This is an automated email from the ASF dual-hosted git repository.
egonzalez pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 504b83b4 Remove org.jbpm group gav from the cache (#1232)
504b83b4 is described below
commit 504b83b4a6af55b8aad1de17bbfa77eba6c0ddc7
Author: Enrique <[email protected]>
AuthorDate: Wed Aug 7 09:19:12 2024 +0200
Remove org.jbpm group gav from the cache (#1232)
* Remove org.jbpm group gav from the cache
* Remove org.apache.kie group gav from the cache
---
.ci/actions/maven/action.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.ci/actions/maven/action.yml b/.ci/actions/maven/action.yml
index 5cba65b0..e2e55430 100644
--- a/.ci/actions/maven/action.yml
+++ b/.ci/actions/maven/action.yml
@@ -59,6 +59,8 @@ runs:
# Workaround taken from
https://github.com/actions/toolkit/issues/713#issuecomment-850321461
path: |
~/.m2/repository/*/*
+ !~/.m2/repository/org/jbpm
+ !~/.m2/repository/org/apache/kie
!~/.m2/repository/org/kie
!~/.m2/repository/org/drools
!~/.m2/repository/org/optaplanner
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]