-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, when a user wants to generate test and metadata for a library, we provide a ContributionTask
Gradle task that creates the test and metadata directory structure and executes an agent to collect metadata and populate the metadata directories.
The ContributionTask
is an interactive task comprising two components:
- A
ScaffoldTask
that generates the test and metadata structure - A configuration and execution component that sets up the agent and runs it to collect and populate the appropriate metadata
We want to create a separate Gradle task called GenerateMetadataTask
that handles only the second component (agent configuration and metadata collection). Unlike the current interactive approach, this new task will retrieve property values programmatically rather than collecting parameters through an interactive CLI menu.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request