0 votes
in Gradle by

Which of the following is a valid Gradle task?

a) run

b) compile

c) build

d) all of the above

1 Answer

0 votes
by
Answer: d) all of the above

Explanation: All of the listed tasks are valid Gradle tasks. The run task is used to run the application, the compile task is used to compile the source code, and the build task is used to build the project.

Related questions

0 votes
asked Mar 27 in Gradle by rajeshsharma
0 votes
asked Mar 27 in Gradle by rajeshsharma
...