Skip to content

Commit

Permalink
chore: use java helper for templates (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 23, 2020
1 parent b3f4cf7 commit 8e1bbba
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions synth.py
Expand Up @@ -14,12 +14,8 @@

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

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


common_templates = gcp.CommonTemplates()
templates = common_templates.java_library()
s.copy(templates, excludes=[
java.common_templates(excludes=[
'README.md'
])
])

0 comments on commit 8e1bbba

Please sign in to comment.