proguard icon indicating copy to clipboard operation
proguard copied to clipboard

Gradle plugin keep rules are not task inputs - breaking up-to-date checking

Open pstreef opened this issue 1 year ago • 0 comments

When using the Gradle plugin, adding or changing a keep* rule in the ProguardTask does not cause the tasks inputs to change and so Gradle does not know it needs to re-run the task.

The keep* rules should be added as task inputs to make sure that Gradle knows what to do.

pstreef avatar Jan 21 '24 06:01 pstreef