Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 304 Bytes

scrooge-gradle-plugin

A gradle plugin to compile thrift files into Scala code.

It can be configured as follows:

compileScrooge {
    thriftFiles = fileTree(dir: "src/main/thrift", include: "**/*.thrift")
    dest = file("src/gen/scala")
    opts = ["--finagle"]
}