plantuml-gradle-plugin icon indicating copy to clipboard operation
plantuml-gradle-plugin copied to clipboard

[Improvment] Configure sourcesDirs via inputs

Open RoRoche opened this issue 4 years ago • 2 comments

As suggested here: https://github.com/classgraph/classgraph/issues/427#issuecomment-625252698

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 avatar May 07 '20 14:05 RoRoche

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.

thc202 avatar May 07 '20 16:05 thc202

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?

RoRoche avatar May 07 '20 17:05 RoRoche