In Gradle, the Java plug-in provides tasks to __________.
Answers
Answered by
0
Answer:
The Java plugin adds a number of tasks to your project, as shown below. Compiles production Java source files using the JDK compiler. Copies production resources into the production resources directory. This is an aggregate task that just depends on other tasks.
Explanation:
Similar questions