I'm migrating my android project to build with Buck (from Gradle). What's the recommended way to run Findbugs in a Buck build? I couldn't find examples online for how to set that up.
Asked
Active
Viewed 76 times
1 Answers
1
You may want to check this plugin that allows you to use Buck build system in a Gradle project: https://github.com/uber/okbuck.

tcb
- 2,745
- 21
- 20