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 7151c5df Enable Javadoc doclint in GH CI
7151c5df is described below

commit 7151c5dff42d2ef265bcc9b2cd73c95b16779481
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 14 09:00:55 2026 -0500

    Enable Javadoc doclint in GH CI
---
 .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 647479cf..9ed6a6b1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -54,4 +54,4 @@ jobs:
         distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' 
|| 'temurin' }}
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn --errors --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -Ddoclint=none
+      run: mvn --errors --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false

Reply via email to