You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
As suggested here: classgraph/classgraph#427 (comment)
Dissociate:
BuildClassDiagramTask
a rawCustomTask
implementation withoutAbstractClass
PluggableBuildClassDiagramTask
to be wired be the plugin and execute by default bybuildClassDiagram
taskStandaloneBuildClassDiagramTask
to be overridden directly inbuild.gradle
and set custom URL (for tests files for example)The text was updated successfully, but these errors were encountered: