You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/02/14 21:26:55 UTC

[logging-log4j2] branch release-2.x updated: Avoid `--non-recursive` hack in CI

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 9ca67c37a0 Avoid `--non-recursive` hack in CI
9ca67c37a0 is described below

commit 9ca67c37a00427bbeb0ecf1eca00f6235e7bd175
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Feb 14 22:28:26 2023 +0100

    Avoid `--non-recursive` hack in CI
---
 .github/workflows/build.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e0867c7e6e..566c209af3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -110,7 +110,6 @@ jobs:
           ./mvnw \
             --show-version --batch-mode --errors --no-transfer-progress \
             --global-toolchains ".github/workflows/maven-toolchains.xml" \
-            --non-recursive \
             site
 
   deploy: