-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
I get the following warnings on most lein
tasks:
Warning: implicit hook found: lein-protoc.plugin/hooks
Hooks are deprecated and will be removed in a future version.
Warning: implicit hook found: lein-dotenv.plugin/hooks
Hooks are deprecated and will be removed in a future version.
Nothing I personally can do about these except hope the plugins get fixed before they stop working. It would be nice to ignore the warnings in the meantime. Is this possible? (This is a pretty common feature in other build tools -- maybe I've missed it here.)