What is Gradle Java plugin?

The Java plugin adds Java compilation along with testing and bundling capabilities to a project . It serves as the basis for many of the other JVM language Gradle plugins. You can find a comprehensive introduction and overview to the Java Plugin in the Building Java Projects chapter.

Read more