From 2dd1582d77262039aa1d7fa1f35fdce0a25cb9ea Mon Sep 17 00:00:00 2001 From: Tianzi Cai Date: Fri, 5 Feb 2021 15:43:17 -0800 Subject: [PATCH] fix: update synth.py (#59) --- synth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synth.py b/synth.py index 7005963e..dd1a7408 100644 --- a/synth.py +++ b/synth.py @@ -19,4 +19,5 @@ java.common_templates(excludes=[ # TODO: allow when pubsublite-spark is available in libraries-bom 'samples/install-without-bom/*', + '.kokoro/build.sh', ])