Skip to content

Commit 641f831

Browse files
authored
chore: use java helper for templates (#53)
1 parent f938509 commit 641f831

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

synth.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +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-
templates = gcp.CommonTemplates().java_library()
22-
s.copy(templates, excludes=[
19+
java.common_templates(excludes=[
2320
'README.md',
24-
])
21+
])

0 commit comments

Comments
 (0)