How do I find out a gradle task's actions and configurations that are composing it

旧巷老猫 提交于 2020-01-16 07:03:49

问题


I want to investigate what kind of actions(instructions) + configurations are composing a specific gradle task(intention is to reverse-engineer it and rewrite it).

In my case this is the task that I want to do reverse-engineering on(from an android build):

:app:transformResourcesWithMergeJavaResForRelease

Which will help furthermore to investigate this issue: How do I resolve "Duplicate files copied in APK META-INF/*"

来源:https://stackoverflow.com/questions/34287701/how-do-i-find-out-a-gradle-tasks-actions-and-configurations-that-are-composing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!