You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/08/22 22:24:59 UTC

[commons-net] branch master updated: No need for logging at present

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dcdadac No need for logging at present
9dcdadac is described below

commit 9dcdadac56dfacb59df70d3b5dec5246075253ec
Author: Sebb <se...@apache.org>
AuthorDate: Mon Aug 22 23:24:54 2022 +0100

    No need for logging at present
---
 .github/workflows/maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2207b6aa..0efdb554 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -53,4 +53,5 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V --batch-mode -Ddoclint=all --file pom.xml --no-transfer-progress -Pslf4j-simple
+      run: mvn -V --batch-mode -Ddoclint=all --file pom.xml --no-transfer-progress
+# N.B. Add  -Pslf4j-simple to enable logging above