Skip to content

Commit 11f9712

Browse files
authored
chore: use java helper for templates (#114)
1 parent c6783ec commit 11f9712

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

synth.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
java.format_code(f'grpc-google-cloud-{service}-{version}/src')
5050
java.format_code(f'proto-google-cloud-{service}-{version}/src')
5151

52-
common_templates = gcp.CommonTemplates()
53-
templates = common_templates.java_library()
54-
s.copy(templates, excludes=[
52+
java.common_templates(excludes=[
5553
'README.md'
56-
])
54+
])

0 commit comments

Comments
 (0)