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.