What?
The tooling API refers to an API which external tools use to integrate with Gradle. This API will allow the tool to query and execute Gradle builds.
Why?
Use cases:
- User imports Gradle build into Eclipse, and the Eclipse project is configured automatically.
- User edits dependencies in build script, and the Eclipse classpath is updated automatically.
- User executes a Gradle build from Eclipse
Design
Labels
