Creating zip of android project along with its dependencies through gradle -
I have an Android project, which has three separate dependencies (library projects) and I have one project src folder After ziping we are finished with construction. I did the following:
Task srcZip (type: zip) {"Project zip" out of zip "project" exclude 'exclusion' out of 'println' 'outside' bin ')' I have to call this task manually to create a zip. It only works when I have to create a zip file of a project that does not include sources of other dependencies (Library Projects). How can I create a ZIP of all sources at a time?
Thanks in advance.
So I was able to fix the problem on my own,
Dependent projects are being copied; Exclude ProjectDear Printline "Support The Zip" from WorkSearchZip (Type: ZIP) {Exclude 'Build' Excluded 'General' to 'Bin' Out)
Comments
Post a Comment