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

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


The following commit(s) were added to refs/heads/1.X by this push:
     new 5a0b20e5 YAML is a nightmare format, ONE space was off, pft!
5a0b20e5 is described below

commit 5a0b20e5423236a7c023dc9fa9f56229c9da5073
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 15 09:44:56 2024 -0400

    YAML is a nightmare format, ONE space was off, pft!
---
 .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 4c433e46..34927d16 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,6 +55,6 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-     run: mvn --show-version --batch-mode --no-transfer-progress -e
+      run: mvn --show-version --batch-mode --no-transfer-progress -e
 
 # For Java 11, you can be more strict: 
-DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist

Reply via email to