Closed rafalsobota closed 10 years ago
you can
./gradlew compileScala jar
if you wanted, or just copy the files into your project and then use sbt on them (it will work if your build script imports the same things)
Thanks! I've analyzed the code and it's not as hard as I thought. Great job : )— Sent from Mailbox
On Mon, Aug 25, 2014 at 5:14 PM, Joe Stein notifications@github.com wrote:
you can ./gradlew compileScala jar
if you wanted, or just copy the files into your project and then use sbt on them (it will work if your build script imports the same things)
Reply to this email directly or view it on GitHub: https://github.com/stealthly/scala-kafka/issues/9#issuecomment-53277094
Yup, it is meant as samples, thanks!
Hi! Can I import scala-kafka to Play Framework using SBT?