Skip to content

Commit

Permalink
chore: use java helper for templates (#195)
Browse files Browse the repository at this point in the history
We are cleaning up usage of common templates in synthtool. This allows us the cleanup usage in a centralized place rather than in 60+ repos
  • Loading branch information
chingor13 committed Mar 19, 2020
1 parent 9b4af58 commit b0ffd0b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions synth.py
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

0 comments on commit b0ffd0b

Please sign in to comment.