Skip to content

Commit 3334ce3

Browse files
author
Andrew Omondi
committed
chore: fix boolean value
1 parent 2099dcc commit 3334ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def pomConfig = {
4949
}
5050

5151
tasks.withType(Javadoc).configureEach {
52-
enabled = false
52+
enabled = true
5353
options.addStringOption('Xdoclint:-missing', '-quiet')
5454
}
5555

0 commit comments

Comments
 (0)