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 25, 2020
1 parent c6783ec commit 11f9712
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions synth.py
Expand Up @@ -49,8 +49,6 @@
java.format_code(f'grpc-google-cloud-{service}-{version}/src')
java.format_code(f'proto-google-cloud-{service}-{version}/src')

common_templates = gcp.CommonTemplates()
templates = common_templates.java_library()
s.copy(templates, excludes=[
java.common_templates(excludes=[
'README.md'
])
])

0 comments on commit 11f9712

Please sign in to comment.