I've started using Gradle tooling API and found question: Is there any way to use Gradle wrapper as Gradle installation from Tooling API? I need to ignore any Gradle installation in the system and use Gradle wrapper for target project under Tooling API.
Thanks in advance!