Applying the Application plugin also implicitly applies the Java plugin- True or False
Answers
Answered by
0
Applying the Application plugin also implicitly applies the Java plugin is aTrue statement as we know Java developer s use plugin for applying application
Answered by
0
The given statement is true. Application Plugin, when applied, implicates the application of Java Plugin.
By executing the run task, one can run the application and shall be able to compile the primary source set launching a new JVM.
One can configure the application if the JVM requires specific settings. They are one of the main resources of the build script in Java applications.
Similar questions