-3

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.

rmahfoud
  • 41
  • 1
  • 4

1 Answers1

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