I’m new to Gradle and I need to upgrade from 1.12 to 4.0. The main problem I have is that we used GradleLauncher to get some input from the user during the instalation of our application, and we used these inputs as parameters to call another scripts; but it seens GradleLauncher is not present in 4.0, instead we have a Tooling API… But that’s a lot to change, I know…
My first question is: how to use the Tooling API to read some input from the users (ex.: jndi name, database user, log directory, etc.), save these inputs, pass them as parameters to call another scripts and use them?