sbt-thrift icon indicating copy to clipboard operation
sbt-thrift copied to clipboard

More than one location needed for thriftSourceDir

Open LATaylor-guardian opened this issue 8 years ago • 0 comments

Hi,

I have a project which has a thriftSourceDir like so:

thriftSourceDir := file("thrift/src/main/thrift")

But those thrift models include thrift models which are pulled into the project from a thrift only jar as a dependency. Therefore how do I include both those and the ones in the project in the thriftSourceDir key?

Many thanks.

LATaylor-guardian avatar Nov 23 '16 16:11 LATaylor-guardian