Facing issue with "gradle tasks" command

Hi Team,

I had tetsed “gradle tasks” just after gradle installtion and it was working fine.
It gave me the tasks details properly.

but now I have setup a multiproject build which has many projects.
When I tried to run the same command which is “gradle tasks” every time I hit this command, it trigger my multiproject build instead of giving the list of tasks.

Kindly suggest where I am making the mistake.

We can’t help you without seeing the relevant parts of your build script.

All good now. I think it is behaving correctly.
First it is compiling buildSrc folder[earlier i thought it is triggering my build :slight_smile: (i am new to gradle and groovy :slight_smile: )] where I have put some groovy code and then listing the tasks.