0 votes
in DevOps by
What is Gradle Java Plugin?

1 Answer

0 votes
by
The Java plugin adds Java compilation along with testing and bundling capabilities to the

project. It is introduced in the way of a SourceSet which act as a group of source files

complied and executed together
...