Skip to content

Commit

Permalink
Filter out third party protos (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Aug 8, 2024
1 parent e0851f0 commit 59c485e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions temporal-serviceclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ sourceSets {
main {
proto {
srcDir 'src/main/protocloud'
// TODO(https://github.com/temporalio/api/issues/400): Remove this exclusion once the 3rd party protos are removed.
exclude '**/google/**/*'
}
}
}
Expand Down

0 comments on commit 59c485e

Please sign in to comment.