Skip to content

Commit

Permalink
chore: use java helper for templates (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 20, 2020
1 parent 338e136 commit 22a6883
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synth.py
Expand Up @@ -64,9 +64,7 @@
java.format_code('grpc-google-cloud-spanner-admin-instance-v1/src')
java.format_code('proto-google-cloud-spanner-admin-instance-v1/src')

common_templates = gcp.CommonTemplates()
templates = common_templates.java_library()
s.copy(templates, excludes=[
java.common_templates(excludes=[
'README.md',
'.kokoro/continuous/common.cfg',
'.kokoro/nightly/common.cfg',
Expand Down

0 comments on commit 22a6883

Please sign in to comment.