This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new 0edbf89 ARTEMIS-3228 Enable javadocs check on PRs
0edbf89 is described below
commit 0edbf890a207de4e19d0de08cb47876534086aca
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Apr 8 18:43:46 2021 -0400
ARTEMIS-3228 Enable javadocs check on PRs
---
.github/workflows/build.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4f3c6b5..15ccc2a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,3 +44,8 @@ jobs:
run: |
cd examples
mvn install -Pexamples,noRun
+
+ - name: javadoc check (mvn javadoc:javadoc -Prelease on JDK 8)
+ if: matrix.java == '8'
+ run: |
+ mvn javadoc:javadoc -Prelease