slackhq/keeper

Slack keeper plugin is not applied after updating to 0.12.0 or greater than that

Closed this issue · 4 comments

Keeper version: 0.11.0

Steps to reproduce:

  1. Try using keeper 0.11.0 -> open gradle tasks list -> Keeper tasks would be visible, also keeper folder would be present under intermediates folder
  2. 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
Screenshot 2023-01-18 at 8 11 21 PM
Screenshot 2023-01-18 at 8 17 30 PM

Tried with Gradle version - 8.0.0-alpha11

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.

Got it.
Keeper's default behavior with no configuration effectively be a no-op, which isn't what you want!

Thanks