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

0

1

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/*"

Inquisitor answered 15/12, 2015 at 11:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.