This is an automated email from the ASF dual-hosted git repository.

aleksey pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 64d9051  Mute javadoc lint warnings during build
     new b7bdd82  Merge pull request #19 from iamaleksey/mute-javadoc-warnings
64d9051 is described below

commit 64d90518c6345d132f659fcf35556ba6e612b4ff
Author: Aleksey Yeschenko <[email protected]>
AuthorDate: Fri Dec 23 13:26:55 2022 +0000

    Mute javadoc lint warnings during build
---
 accord-core/build.gradle | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/accord-core/build.gradle b/accord-core/build.gradle
index f27a98b..7db65e9 100644
--- a/accord-core/build.gradle
+++ b/accord-core/build.gradle
@@ -86,3 +86,9 @@ task burnloop {
     }
 }
 
+tasks {
+    javadoc {
+        options { addStringOption("Xdoclint:none", "-quiet") }
+    }
+}
+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to