Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register tasks earlier #201

Merged
merged 2 commits into from
Dec 30, 2023
Merged

Register tasks earlier #201

merged 2 commits into from
Dec 30, 2023

Conversation

ajoberstar
Copy link
Owner

@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

@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
@ajoberstar ajoberstar merged commit 55ca665 into main Dec 30, 2023
1 check passed
@ajoberstar ajoberstar deleted the earlier branch December 30, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Settings plugin: tag and push task creation could be done a little earlier
1 participant