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/01/03 23:32:09 UTC

[logging-log4j-tools] branch master updated: Random attempts, take 5

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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f598b1  Random attempts, take 5
0f598b1 is described below

commit 0f598b16cf6cd24c79dda47f26975394ae620e51
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jan 4 00:33:07 2023 +0100

    Random attempts, take 5
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2b50fa8..e8ad678 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -168,6 +168,7 @@ jobs:
           gpg --list-secret-keys
           cat ~/.m2/settings.xml
           ./mvnw \
+            --show-version --batch-mode --errors --no-transfer-progress \
             -DskipTests=true \
             -DinstallAtEnd=true \
             -DdeployAtEnd=true \