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

Dependencies Source Code #190

Open
anonymousemberxxx opened this issue Jul 29, 2019 · 2 comments
Open

Dependencies Source Code #190

anonymousemberxxx opened this issue Jul 29, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@anonymousemberxxx
Copy link

Hi, I want to ask how to obtain the scala dependencies source code. So far we only have the jar files. Thank you!

@axel22
Copy link
Member

axel22 commented Jul 29, 2019

I think that it should be possible to add an SBT build task that packages the sources of all the dependencies as well.

@axel22 axel22 added the enhancement New feature or request label Jul 29, 2019
@anonymousemberxxx
Copy link
Author

After checked the sbt manual, I added "withSources()" to the dependency definition in libraryDependencies in build.sbt. And then I have tried the commands sbt updateClassifiers & sbt updateSbtClassifiers to download the source code. However, this way didn't work. Any help is much appreciated!

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

No branches or pull requests

2 participants