We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3947e commit e58fe28Copy full SHA for e58fe28
1 file changed
java-pubsub/synth.py
@@ -49,8 +49,6 @@
49
java.format_code(f'grpc-google-cloud-{service}-{version}/src')
50
java.format_code(f'proto-google-cloud-{service}-{version}/src')
51
52
-common_templates = gcp.CommonTemplates()
53
-templates = common_templates.java_library()
54
-s.copy(templates, excludes=[
+java.common_templates(excludes=[
55
'README.md'
56
-])
+])
0 commit comments