Skip to content

Commit f34dfcf

Browse files
committed
update script
1 parent 15a8a34 commit f34dfcf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

PluginCore/host.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ afterEvaluate {
2929
def mergeTask = tasks.getByName(mergeTaskName)
3030
//第2件事
3131
mergeTask.doLast {
32-
println '编译宿主资源时插入public.xml,用来控制宿主资源id分组'
32+
println '编译宿主资源时插入' + buildscript.sourceFile.getParentFile().absolutePath
33+
+ '/public.xml 到' + mergeTask.outputDir.absolutePath + "/values/"
34+
', 用来控制宿主资源id分组'
3335
copy {
34-
from(project.getProjectDir()) {
36+
from(buildscript.sourceFile.getParentFile()) {
3537
include 'public.xml'
3638
}
3739
into(mergeTask.outputDir.absolutePath + "/values/")
File renamed without changes.

0 commit comments

Comments
 (0)