aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index c3053a5..b5bb63f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -72,6 +72,10 @@ checkstyle {
toolVersion = '8.36.2'
}
+javadoc {
+ exclude("**/impl/**")
+}
+
// configure the maven publication
publishing {
publications {