You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/03/16 09:31:59 UTC

[unomi] branch master updated: Use Maven Cache when building Unomi.

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new ace594f  Use Maven Cache when building Unomi.
ace594f is described below

commit ace594ffe3657a7bb795c4de900cbcb96faa3150
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Wed Mar 16 10:31:51 2022 +0100

    Use Maven Cache when building Unomi.
---
 .github/workflows/unomi-ci-build-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unomi-ci-build-tests.yml b/.github/workflows/unomi-ci-build-tests.yml
index b890bd4..b7bd609 100644
--- a/.github/workflows/unomi-ci-build-tests.yml
+++ b/.github/workflows/unomi-ci-build-tests.yml
@@ -21,7 +21,7 @@ jobs:
       uses: actions/setup-java@v1
       with:
         java-version: ${{ matrix.java }}
-
+        cache: maven
     - name: Build and Unit tests
       run: mvn -U -B -e clean install