问题
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