Details
-
Type:
New Feature
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 1.0-milestone-4
-
Fix Version/s: None
Description
Consider the situation when end-user works with the gradle via application, which in turn uses tooling api. It seems convenient to allow end-user to choose target gradle version to work with. The actions sequence looks like below then:
- Intermediate application asks the tooling api about remotely available gradle versions;
- The application shows GUI with the available versions to the end-user;
- End-user selects target gradle version he or she wants to work with;
- The application downloads target version (GradleConnector.useDistribution());