Skip to content

Commit 0475eef

Browse files
author
Andrew Omondi
committed
chore: fix boolean value
1 parent 455f669 commit 0475eef

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
@@ -48,7 +48,7 @@ def pomConfig = {
4848
}
4949

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

0 commit comments

Comments
 (0)