I guess basically what i'm asking is this:
if I have some subprojects
toplevel/
a/
build.gradle
/js
b/
build.gradle
/someFiles
aFile.js
can I, in the build.gradle for "a" do a copy task, that the "from" is like:
from ':toplevel:b:someFiles'
to '/js' //in a
include '**/*.js'
?
Thanks,
Roger
(basically, can a copy task go "across subprojects/projects")
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email