diff --git a/synth.py b/synth.py index 259352ea..a5ea146c 100644 --- a/synth.py +++ b/synth.py @@ -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' -]) \ No newline at end of file +])