toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

Forking Gradle runner should share the same daemon (tooling API vs bin script)

Open lacasseio opened this issue 4 years ago • 1 comments

It seems the bin script adds additional configuration that isn't present during the configuration via the Tooling API. The daemon spawn by the tooling API should be equivalent to the one spawn by the bin script so they can be interchangeable. The current solution was to introduce requireGradleDistribution() which doesn't make much sense outside of gradle/gradle. Either something like requireCompatibleForkingDaemon() or just ensure it is correct by default.

lacasseio avatar Aug 04 '20 17:08 lacasseio

The focus is on improving the Gradle runner kit and moving away from centralized Gradle fixtures. This is no longer a candidate for 1.2.

lacasseio avatar Feb 12 '21 22:02 lacasseio