ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
191 stars 28 forks source link

Register tasks earlier #201

Closed ajoberstar closed 11 months ago

ajoberstar commented 11 months ago

@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