list_projects
Lists all Gradle projects available in your workspace to help you identify and manage project structures for build configuration and task execution.
Instructions
List all Gradle projects in the workspace.
Returns: List of Gradle projects.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}