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

[Improvment] Configure sourcesDirs via inputs #13

Open
RoRoche opened this issue May 7, 2020 · 2 comments
Open

[Improvment] Configure sourcesDirs via inputs #13

RoRoche opened this issue May 7, 2020 · 2 comments

Comments

@RoRoche
Copy link
Owner

RoRoche commented May 7, 2020

As suggested here: classgraph/classgraph#427 (comment)

Dissociate:

  • BuildClassDiagramTask a raw CustomTask implementation without AbstractClass
  • PluggableBuildClassDiagramTask to be wired be the plugin and execute by default by buildClassDiagram task
  • StandaloneBuildClassDiagramTask to be overridden directly in build.gradle and set custom URL (for tests files for example)
@RoRoche RoRoche changed the title [Improvment] Configure URL via inputs [Improvment] Configure sourcesDirs via inputs May 7, 2020
@thc202
Copy link

thc202 commented May 7, 2020

Normally the same task would be used in all cases (assuming you want to support the same features), it doesn't matter if the task is being created/configured by the plugin or being created/configured by the user.

@RoRoche
Copy link
Owner Author

RoRoche commented May 7, 2020

Normally the same task would be used in all cases (assuming you want to support the same features), it doesn't matter if the task is being created/configured by the plugin or being created/configured by the user.

No issue due to Extension on one hand and Input/Option on the other hand?

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

No branches or pull requests

2 participants