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-chain.git


The following commit(s) were added to refs/heads/master by this push:
     new b329496  Superflous
b329496 is described below

commit b329496a8b6975581118f543d93d970f3055ae44
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 10 14:40:07 2023 +0100

    Superflous
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b000212..6b5fcd6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,8 +35,8 @@ jobs:
         
     steps:
     - uses: actions/checkout@v3.0.2
-      with:
-        persist-credentials: false
+      with:
+        persist-credentials: false
     - uses: actions/cache@v3.0.3
       with:
         path: ~/.m2/repository
@@ -49,6 +49,6 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V -e --file pom.xml --no-transfer-progress
+      run: mvn -V -e --no-transfer-progress
 
 # For Java 11, you can be more strict: 
-DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist

Reply via email to