0 votes
in Gradle by

Which of the following is not a valid Gradle configuration?

a) compile

b) runtime

c) testCompile

d) build

1 Answer

0 votes
by

Answer: d) build

reason: “build” is not a valid Gradle configuration. The other configurations are used for managing dependencies in a Gradle project.

Related questions

0 votes
asked Apr 1 in Gradle by rajeshsharma
0 votes
asked Apr 1 in Gradle by rajeshsharma
...