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-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 6bcbbf5a Trying to ignore Javadoc warnings only for GitHub builds
6bcbbf5a is described below
commit 6bcbbf5a2279f4aaa3fb0de3b3148096481294e4
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 14 10:26:04 2023 -0400
Trying to ignore Javadoc warnings only for GitHub builds
---
.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 e06f45f5..29e6d9e3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -52,4 +52,4 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with Maven
# TEMP -Ddoclint=none
- run: mvn -V --file pom.xml --no-transfer-progress -Ddoclint=none
+ run: mvn -V --file pom.xml --no-transfer-progress -Ddoclint=none
-Darguments=-Xdoclint:none