Skip to content

Commit

Permalink
Add Javadoc compile to TrafficCapture tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <akurait@amazon.com>
  • Loading branch information
AndreKurait committed May 9, 2024
1 parent 83ac55a commit b39e502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TrafficCapture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ allprojects {
}

tasks.withType(Test) {
// Getting javadoc to compile is part of the test suite to ensure we are able to publish our artifacts
dependsOn project.javadoc

// Provide way to exclude particular tests from CLI
// e.g. ./gradlew test -PexcludeTests=**/KafkaProtobufConsumerLongTermTest*
if (project.hasProperty('excludeTests')) {
Expand Down

0 comments on commit b39e502

Please sign in to comment.