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

Make component report task configurable without afterEvaluate #1948

Closed
childnode opened this issue May 5, 2017 · 3 comments
Closed

Make component report task configurable without afterEvaluate #1948

childnode opened this issue May 5, 2017 · 3 comments
Labels
a:feature A new functionality in:core DO NOT USE stale

Comments

@childnode
Copy link

childnode commented May 5, 2017

changing some settings by dependentComponents {} in the build.gradle works as long they are not set in an external reports.gradle file that is sourced / applied

long story short: https://gitlab.com/childno.de/bugreports/gradle-multiproject-incubating-reports

Expected Behavior

no need of a gradle.projectsEvaluated {} needed in the reports.gradle

Current Behavior

need of a gradle.projectsEvaluated {} in the reports.gradle to wrap configuration of dependentComponents (and other incubating help task, too)

somehow the internal "Help" Plugin seem to be somewhere applied later on in the configuration phase

Context

Steps to Reproduce (for bugs)

again: have a look at the example project

@oehme
Copy link
Contributor

oehme commented Sep 20, 2017

This is due to these tasks being added by the rule engine and not Gradle's traditional configuration model. We are slowly deprecating the rule engine and will fix this problem as we go.

@oehme oehme added a:feature A new functionality and removed a:question labels Sep 20, 2017
@oehme oehme changed the title applied gradle files with incubating DependentComponentsReport doesn't work as expected Make report task configurable without afterEvaluate Sep 20, 2017
@oehme oehme changed the title Make report task configurable without afterEvaluate Make component report task configurable without afterEvaluate Sep 20, 2017
@stale
Copy link

stale bot commented Jul 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you're interested in how we try to keep the backlog in a healthy state, please read our blog post on how we refine our backlog. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.

@stale stale bot added the stale label Jul 13, 2020
@stale
Copy link

stale bot commented Aug 3, 2020

This issue has been automatically closed due to inactivity. If you can reproduce this on a recent version of Gradle or if you have a good use case for this feature, please feel free to reopen the issue with steps to reproduce, a quick explanation of your use case or a high-quality pull request.

@stale stale bot closed this as completed Aug 3, 2020
@wolfs wolfs closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature A new functionality in:core DO NOT USE stale
Projects
None yet
Development

No branches or pull requests

4 participants