Skip to content

Commit 455f669

Browse files
author
Andrew Omondi
committed
fix: ensure javadocs are generated
1 parent 9eec01c commit 455f669

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ def pomConfig = {
4747
}
4848
}
4949

50-
tasks.withType(Javadoc).all { enabled = false }
50+
tasks.withType(Javadoc).configureEach {
51+
enabled = false
52+
options.addStringOption('Xdoclint:-missing', '-quiet')
53+
}
5154

5255

5356
tasks.jar {

0 commit comments

Comments
 (0)