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

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


The following commit(s) were added to refs/heads/master by this push:
     new 670527d3 Normalize mvn invocation on GitHub
670527d3 is described below

commit 670527d3a9e7aeee33e6b74186d595523f0b0558
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Wed Oct 11 07:21:57 2023 -0400

    Normalize mvn invocation on GitHub
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d5080755..b82f5dda 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -60,4 +60,4 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -Ddoclint=none
+      run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -Ddoclint=none

Reply via email to