This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch pack200 in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/pack200 by this push: new 7e487e1 TEMP -Ddoclint=none 7e487e1 is described below commit 7e487e113997f3f9e31e54e690b96c9ad045cda5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 24 11:25:32 2020 -0400 TEMP -Ddoclint=none --- .github/workflows/maven.yml | 3 ++- .travis.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index affbcc1..33afb05 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,4 +44,5 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V --file pom.xml --no-transfer-progress + # TEMP -Ddoclint=none + run: mvn -V --file pom.xml --no-transfer-progress -Ddoclint=none diff --git a/.travis.yml b/.travis.yml index 1e82bd3..4bc65be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,9 @@ matrix: # - java -version # - $JAVA_HOME/bin/java -version +# TEMP -Ddoclint=none script: - - mvn -V --no-transfer-progress + - mvn -V --no-transfer-progress -Ddoclint=none after_success: - - mvn -V --no-transfer-progress clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all + - mvn -V --no-transfer-progress clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=none