Skip to content

Commit

Permalink
fix: Restoring javadocs verification (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 authored Dec 18, 2024
1 parent 7a6702a commit 9bae709
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ tasks.withType<Javadoc>().configureEach {
)
options.windowTitle = "Hedera Block Node"
options.memberLevel = JavadocMemberLevel.PACKAGE
addStringOption("Xdoclint:all,-missing", "-Xwerror")
// Commenting this so we still get missing javadocs warnings
// addStringOption("Xdoclint:all,-missing", "-Xwerror")
}
}

Expand Down

0 comments on commit 9bae709

Please sign in to comment.