From the course: Gradle for Java-Based Applications and Libraries

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Challenge: Generating Javadocs for a Java project

Challenge: Generating Javadocs for a Java project

From the course: Gradle for Java-Based Applications and Libraries

Start my 1-month free trial

Challenge: Generating Javadocs for a Java project

(upbeat music) - [Instructor] This chapter covered the very basic automation operations necessary in the Java project. You learned about the Java and the application plugin to compile, package and run a Java program. It's time to explore other functionality provided by the Java plugin. For this challenge, I want you to generate the Java API documentation for the classes of the project. We haven't really talked about the task to achieve that very specific goal. Contact the griddle user guide, or explore the list of tasks to find out how to generate the Javadocs. After generating the Javadocs, find the files and open the index page of the documentation in the browser. You will find that the documentation page does not provide a title, inspect the DSL guide for the Javadoc task and set the title to calculator. After regenerating the Javadocs, the title should be rendered. By default the Javadoc task is not very Verde.…

Contents