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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 54a5224 Addded javadoc:javadoc -Ddoclint=all; note this will not fail if a public element is missing a Javadoc. new 22fc77a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 54a5224 is described below commit 54a5224e0ced257827760a2326fafc902bc9a5e2 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Sep 5 12:20:07 2019 -0400 Addded javadoc:javadoc -Ddoclint=all; note this will not fail if a public element is missing a Javadoc. --- .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 03a18bb..204e3a5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,4 +32,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V apache-rat:check package --file pom.xml + run: mvn -V apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml