Skip to content

Commit

Permalink
chore: use java helper for templates (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 18, 2020
1 parent 1c78d84 commit b133827
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synth.py
Expand Up @@ -49,9 +49,7 @@ def main():

java.format_code(f'./google-cloud-bigtable/src')

common_templates = gcp.CommonTemplates()
templates = common_templates.java_library()
s.copy(templates, excludes=[
java.common_templates(excludes=[
'.gitignore',
'README.md',
'.kokoro/presubmit/integration.cfg',
Expand Down

0 comments on commit b133827

Please sign in to comment.