Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@

"""This script is used to synthesize generated parts of this library."""

import synthtool as s
import synthtool.gcp as gcp
import synthtool.languages.java

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