0 votes
in Gradle by
Which of the following is a valid Gradle command?

a) gradle –version

b) gradle –compile

c) gradle –build

d) gradle –run

1 Answer

0 votes
by

Answer: a) gradle –version

reason: The gradle –version command is used to display the Gradle version. The other options are not valid commands.

...