我很难为scrooge设置scroogeThriftIncludeFolders(https://github.com/twitter/scrooge)。
在我的build.sbt中,我已经通过
使用默认设置com.twitter.scrooge.ScroogeSBT.newSettings
如何配置scroogeThriftIncludeFolders?
答案 0 :(得分:1)
由于我们现在包含来自其他模块/项目的thrift文件,我们使用Scrooge可能包含来自jar(类路径)依赖项的thrift文件,如build.sbt中所示:
scroogeThriftDependencies in Compile := Seq("service-xxx-api_2.10", "service-yyy-api_2.10")