proguard
proguard copied to clipboard
Gradle plugin keep rules are not task inputs - breaking up-to-date checking
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.