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

commit 261b1e7b806c333c467d9d6ad71e3616013590bc
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 5 14:43:14 2026 -0500

    GH CI no longer needs to 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 75c71431..486cef5f 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 
-Ddoclint=none -Darguments=-Xdoclint:none
+      run: mvn --errors --show-version --batch-mode --no-transfer-progress

Reply via email to