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 8925b2e3 Don't disable doclint
     new b966237e Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-bcel.git
8925b2e3 is described below

commit 8925b2e323e19f18ee1936c1eefa1a6bb13c5812
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 31 09:04:43 2024 -0400

    Don't disable doclint
---
 .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 883c21cc..eb78adb0 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 --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -Ddoclint=none
+      run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false

Reply via email to