我很难为 Scrooge 设置 scroogeThriftIncludeFolders ( https://github.com/twitter/scooge )。
在我的 build.sbt 中,我已经使用了默认设置
com.twitter.scrooge.ScroogeSBT.newSettings
如何配置 scroogeThriftIncludeFolders?
我很难为 Scrooge 设置 scroogeThriftIncludeFolders ( https://github.com/twitter/scooge )。
在我的 build.sbt 中,我已经使用了默认设置
com.twitter.scrooge.ScroogeSBT.newSettings
如何配置 scroogeThriftIncludeFolders?
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")