Hi, since GradleLauncher was deprecated in 1.0-m3, I'm trying to rewrite some code to use the Tooling API (actually, the code is a small integration test suite for Gradle Android Plugin). And I found out that it is probably expected that the buildscript will be always named "build.gradle"; or, put another way, I can't specify which buildscript should the Tooling API use. I can specify the project directory, but not the buildscript file (as was possible with GradleLauncher setting StartParameter.buildFile property).
Am I correct with this or not? If yes, will this be possible? I was digging in the source code and found the ConfiguringBuildAction class, which is probably responsible for filling StartParameter in the Tooling API. I might be able to hack the support myself, but I'm not familiar with these Tooling API versions and protocol and stuff, so I figured I would ask first. Thanks for any answer. LT
