Skip to content

Commit

Permalink
chore: use java helper for templates (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 23, 2020
1 parent f938509 commit 641f831
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +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


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

0 comments on commit 641f831

Please sign in to comment.