Is it possible to use gradle without build.gradle script file

Is it possible to use the gradle without build.gradle script file.

Hi Kamal,

What do you mean? A different build file name? Or a build script completely passed using the command line.
The first can be accomplished using the -b command line parameter (see gradle --help for details). The latter is not possible as far as I know.

Sytse