-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins: 2.150.3
warnings-ng-plugin: 3.0.3
gradle: 5.2.1
java: 1.8
As you can see in the attached image, error prone warnings trend graph presents spikes.
The problem is that Gradle's builds do not recompile all java files because of its incremental build.
Is there something that I can do to avoid this behavior?
I can't clean my build each time
I don't see what I can do here.