Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SBT #9

Closed
rafalsobota opened this issue Aug 23, 2014 · 3 comments
Closed

SBT #9

rafalsobota opened this issue Aug 23, 2014 · 3 comments

Comments

@rafalsobota
Copy link

Hi! Can I import scala-kafka to Play Framework using SBT?

@joestein
Copy link
Contributor

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)

@rafalsobota
Copy link
Author

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 [email protected]
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:
#9 (comment)

@joestein
Copy link
Contributor

Yup, it is meant as samples, thanks!

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

No branches or pull requests

2 participants