Skip to content

Commit

Permalink
Disable javadocs for benchmarks (elastic#97695)
Browse files Browse the repository at this point in the history
This commit disables javadocs for the benchmarks project, since the docs are not necessary or interesting, and cause warning noise in the build log output.
  • Loading branch information
ChrisHegarty committed Jul 15, 2023
1 parent 0114012 commit 50a4765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ base {
}

tasks.named("test").configure { enabled = false }
tasks.named("javadoc").configure { enabled = false }

configurations {
expression
Expand Down

0 comments on commit 50a4765

Please sign in to comment.