Slack keeper plugin is not applied after updating to 0.12.0 or greater than that
Closed this issue · 4 comments
sanjeevirajm commented
Keeper version: 0.11.0
Steps to reproduce:
- Try using keeper 0.11.0 -> open gradle tasks list -> Keeper tasks would be visible, also keeper folder would be present under intermediates folder
- Update it to 0.12.0 or 0.13.0, clean build -> keeper won't be present under tasks list or intermediates folder
Expected result:
Keeper tasks should be visible, intermediates folder should be generated
sanjeevirajm commented
Tried with Gradle version - 8.0.0-alpha11
ZacSweers commented
Per the release notes for 0.12.0, there are new installation instructions to enable keeper. It is not enough to just update the dependency. Please read the release notes.
sanjeevirajm commented
Got it.
Keeper's default behavior with no configuration effectively be a no-op, which isn't what you want!
sanjeevirajm commented
Thanks