0 votes
in Gradle by
In Gradle, the Java plug-in provides tasks to __________.

a)run unit tests

b)create Javadoc and JAR file

c)compile Java source code

d)All the options

1 Answer

0 votes
by

d)All the options

In Gradle, the Java plug-in provides tasks to run unit tests, create Javadoc and JAR file and compile Java source code

...