We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 packageZipTarball should finish its job almost same time as sbt dist
sbt packageZipTarball
sbt dist
sbt packageZipTarball is 3 times slower than sbt dist sbt dist takes 13 seconds, sbt packageZipTarball takes around 40 seconds.
Checked with sbt 1.1.0 and sbt 1.2.7 Checked on Kubuntu 16.04, centos 7 I run these commands from terminal.
sbt universal:packageZipTarball sbt dist
The text was updated successfully, but these errors were encountered:
My project has 3 subprojects. I use playframework 2.6 and scala 2.12.7
Sorry, something went wrong.
Could you post logs somewhere please? Do both commands run for each project?
No branches or pull requests
Expected behaviour
sbt packageZipTarball
should finish its job almost same time assbt dist
Actual behaviour
sbt packageZipTarball
is 3 times slower thansbt dist
sbt dist
takes 13 seconds,sbt packageZipTarball
takes around 40 seconds.Information
Checked with sbt 1.1.0 and sbt 1.2.7
Checked on Kubuntu 16.04, centos 7
I run these commands from terminal.
The text was updated successfully, but these errors were encountered: