0 votes
in Gradle by

How do I tell the plugin where my Java files are if I don’t follow the Gradle convention?

A. use a sources closure

B. set a source property in the gradle build file

C. use a sourceSets closure

D. set a source property on the command line of the gradle build tool

1 Answer

0 votes
by
Ans: C. use a sourceSets closure
...