Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Mastering Gradle
  • Toc
  • feedback
Mastering Gradle

Mastering Gradle

By : Mitra
3 (4)
close
Mastering Gradle

Mastering Gradle

3 (4)
By: Mitra

Overview of this book

If you are a developer with some experience in build tool and want to become an expert in build tool, then this book is for you. Basic knowledge of Gradle or any other build tool is essential.
Table of Contents (12 chapters)
close
11
Index

Gradle's in-built plugins

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.

Build and Test plugins

These plugins also support the testing features to execute Junit and TestNG tests:

  • The Java plugin
  • The Groovy plugin
  • The Scala plugin
  • The War plugin

Code analysis plugins

The following are the code analysis plugins:

  • The Checkstyle plugin
  • The FindBugs plugin
  • The Sonar plugin
  • The Sonar Runner plugin
  • The PMD plugin

IDE plugins

The following are IDE plugins:

  • The Eclipse plugin
  • The IDEA plugin

These are some of the frequently used plugins. Apart from the core plugins, you can also find third-party plugins...

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete