
Mastering Gradle
By :

Gradle provides different in-built plugins to automate the build process. Gradle not only provides different plugins to build a project, but also provides plugins to test the project, for code analysis, for IDE support, for web container support, and so on.
The following are some of the frequently used plugins in different categories. You will find more details on core plugins in the Gradle documentation at https://docs.gradle.org/current/userguide/userguide.
These plugins also support the testing features to execute Junit and TestNG tests:
The following are the code analysis plugins:
The following are IDE plugins:
These are some of the frequently used plugins. Apart from the core plugins, you can also find third-party plugins...
Change the font size
Change margin width
Change background colour