Skip to content

Commit 8e1bbba

Browse files
authored
chore: use java helper for templates (#92)
1 parent b3f4cf7 commit 8e1bbba

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

synth.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414

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

17-
import synthtool as s
18-
import synthtool.gcp as gcp
17+
import synthtool.languages.java as java
1918

20-
21-
common_templates = gcp.CommonTemplates()
22-
templates = common_templates.java_library()
23-
s.copy(templates, excludes=[
19+
java.common_templates(excludes=[
2420
'README.md'
25-
])
21+
])

0 commit comments

Comments
 (0)