You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
my steps:
in build.properties add
sbt.version=1.3.10
in plugins.sbt add:
addSbtPlugin("com.intenthq.sbt" % "sbt-thrift-plugin" % "1.1.0")
in build.sbt add
import com.intenthq.sbt.ThriftPlugin._
thriftSourceDir := file("app/thrift/")
libraryDependencies ++= Seq( "org.apache.thrift" % "libthrift" % "0.9.3" )
But the sbt-thrift-plugin is not started. What is missing?
Thank you.
The text was updated successfully, but these errors were encountered: