Skip to content

Commit 59c485e

Browse files
Filter out third party protos (#2174)
1 parent e0851f0 commit 59c485e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

temporal-serviceclient/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ sourceSets {
6161
main {
6262
proto {
6363
srcDir 'src/main/protocloud'
64+
// TODO(https://github.com/temporalio/api/issues/400): Remove this exclusion once the 3rd party protos are removed.
65+
exclude '**/google/**/*'
6466
}
6567
}
6668
}

0 commit comments

Comments
 (0)