Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

I used it with play framework, but the generation doesn't started automatically #15

Open
wuhuajie opened this issue Jun 5, 2020 · 0 comments

Comments

@wuhuajie
Copy link

wuhuajie commented Jun 5, 2020

my steps:

  1. in build.properties add
    sbt.version=1.3.10

  2. in plugins.sbt add:
    addSbtPlugin("com.intenthq.sbt" % "sbt-thrift-plugin" % "1.1.0")

  3. in build.sbt add
    import com.intenthq.sbt.ThriftPlugin._
    thriftSourceDir := file("app/thrift/")
    libraryDependencies ++= Seq( "org.apache.thrift" % "libthrift" % "0.9.3" )

  4. But the sbt-thrift-plugin is not started. What is missing?

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant