@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.
@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 https://github.com/ajoberstar/reckon/issues/200