Skip to content

Commit 22a6883

Browse files
authored
chore: use java helper for templates (#114)
1 parent 338e136 commit 22a6883

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

synth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
java.format_code('grpc-google-cloud-spanner-admin-instance-v1/src')
6565
java.format_code('proto-google-cloud-spanner-admin-instance-v1/src')
6666

67-
common_templates = gcp.CommonTemplates()
68-
templates = common_templates.java_library()
69-
s.copy(templates, excludes=[
67+
java.common_templates(excludes=[
7068
'README.md',
7169
'.kokoro/continuous/common.cfg',
7270
'.kokoro/nightly/common.cfg',

0 commit comments

Comments
 (0)