-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Include sbt wrapper script? #4
Comments
Thought the same thing. I'm planning to run it inside a docker container ... |
Good idea, will add it, thanks for the suggestion! |
patelh
added a commit
that referenced
this issue
Feb 9, 2015
closes #4 by adding sbt from sbt-extras
I'd also update the README accordingly (https://github.com/yahoo/kafka-manager#deployment).
|
mcanevet
pushed a commit
to camptocamp/kafka-manager
that referenced
this issue
Apr 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of requiring the user to have a system-wide installation of
sbt
, it is often preferable to include the sbt wrapper script from sbt-extras (e.g. most Twitter Scala projects include this sbt wrapper).The benefit is that the version of sbt configured in build.properties will be downloaded automatically if needed. The only change for users is that they must run sbt-related commands via
./sbt
instead ofsbt
.The text was updated successfully, but these errors were encountered: