aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2021-05-29 15:41:50 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2021-05-29 15:41:50 +0300
commita5086c99a04764b5a9b6b7c4a83388b67497db90 (patch)
tree0f7b9971a20ddf71d0e8a48cf30a92a5b48ec9e0 /build.gradle
parent05376de0ceafc08c36602ea3922a96318db6d191 (diff)
downloadLibGui-a5086c99a04764b5a9b6b7c4a83388b67497db90.tar.gz
LibGui-a5086c99a04764b5a9b6b7c4a83388b67497db90.tar.bz2
LibGui-a5086c99a04764b5a9b6b7c4a83388b67497db90.zip
Exclude the impl package (and subpackages) in javadoc
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 {