Access Gradle Tooling API

Hi, how can I access the Gradle tooling API from within my custom Eclipse plug-in? Is there documentation on how to integrate and API doc?

Hi! At the moment, the Buildship project converts the Tooling API plugin from the plain Jar file during the build. You can either:

Is there some documentation on how to use the Tooling API bundle?

The Tooling API is documented in the user guide and in the javadoc.

1 Like