Static Analysis in Gradle

Hi Fellow,

I have few questions about Static Analysis in Gradle:

  1. What processes are done when Gradle doing Static Analysis?
  2. How we use Gradle to do Static Analysis?

I have done some explorations, I found that we can use plugin
(from this url : https://plugins.gradle.org/search?term=static+analysis)

but when I applied the plugins into my project, I don’t find any differences process done.
So, I’m curious what processes are done when Static Analysis applied.

please help me clear something in my mind.
This is my build.gradle configuration file: http://pastebin.com/hrXTtyJq

Thank You