Skip to content

Commit 8c794fe

Browse files
committed
Improve recipe.xml.ftl
1 parent a960eb0 commit 8c794fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NewArmsModule/recipe.xml.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
<merge from="root/settings.gradle.ftl"
2222
to="${escapeXmlAttribute(topOut)}/settings.gradle" />
23+
<merge from="root/root-build.gradle.ftl"
24+
to="${escapeXmlAttribute(topOut)}/build.gradle" />
25+
<copy from="root/config.gradle"
26+
to="${escapeXmlAttribute(topOut)}/config.gradle" />
2327

2428
<instantiate from="root/build.gradle.ftl"
2529
to="${escapeXmlAttribute(projectOut)}/build.gradle" />

0 commit comments

Comments
 (0)