Skip to content

Commit

Permalink
#7324 skip javadoc (long!) for auto generated tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Mar 1, 2023
1 parent cc9aa7b commit 6c5e929
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ test {
}

java {
withJavadocJar()
// no javadoc for this module
//withJavadocJar()
}

task cleanGeneratedSrc(type: Delete) {
Expand Down

0 comments on commit 6c5e929

Please sign in to comment.