Login
Remember
Register
Ask a Question
What is Gradle Java Plugin?
0
votes
asked
Nov 11, 2019
in
DevOps
by
rajeshsharma
What is Gradle Java Plugin?
gradle-plugin
gradle-java-plugin
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 11, 2019
by
Robindeniel
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
...