1

我很难为 Scrooge 设置 scroogeThriftIncludeFolders ( https://github.com/twitter/scooge )。

在我的 build.sbt 中,我已经使用了默认设置

com.twitter.scrooge.ScroogeSBT.newSettings

如何配置 scroogeThriftIncludeFolders?

4

1 回答 1

2

As we now include thrift files from other modules/projects we use the Scrooge possibility to include thrift files coming from jar (classpath) dependencies like this in our build.sbt:

scroogeThriftDependencies in Compile := Seq("service-xxx-api_2.10", "service-yyy-api_2.10")
于 2013-09-02T11:17:26.947 回答