Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@jnehlmeier noticed that it can be difficult to create other settings plugins that build off the tag/push tasks that reckon registers due to them being registered after projectLoaded. Since these are only added to the root project, its a trivial tweak to just register directly on rootProject and avoid the extra ordering confusion for downstream authors. Fixes #200
- Loading branch information