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

Related questions

0 votes
asked Feb 17, 2020 in Gradle by rajeshsharma
0 votes
asked Oct 21, 2019 in Gradle by SakshiSharma
...