зеркало из
https://github.com/iharh/notes.git
synced 2025-11-03 07:06:09 +02:00
21 строка
723 B
Plaintext
21 строка
723 B
Plaintext
gradle plugin
|
|
https://docs.gradle.org/current/dsl/org.gradle.api.plugins.quality.FindBugsExtension.html
|
|
|
|
edu.umd.cs.findbugs.annotations
|
|
SuppressFBWarnings
|
|
|
|
issues
|
|
https://github.com/gradle/gradle/pull/2167
|
|
https://github.com/gradle/gradle/pull/2102
|
|
https://github.com/gradle/gradle/pull/1993
|
|
|
|
https://github.com/gradle/gradle/issues/1094
|
|
https://github.com/gradle/gradle/issues/1745
|
|
https://github.com/gradle/gradle/issues/1094
|
|
|
|
https://github.com/findbugsproject/findbugs/issues/157
|
|
Existing solution is configure -auxclasspath properly to exclude these binary file, I think.
|
|
|
|
https://discuss.gradle.org/t/findbugs-exclude-files/19993
|
|
https://discuss.gradle.org/t/findbugs-plugin-issue-throwing-zipexception/2010
|