should I put the jar dependancies on the sahred repo or just the source files ?
Posted
by
ashy_32bit
on Stack Overflow
See other posts from Stack Overflow
or by ashy_32bit
Published on 2010-12-26T09:09:36Z
Indexed on
2010/12/26
10:53 UTC
Read the original article
Hit count: 164
We have a Scala project with few source files (in Scala and Java) and quite some dependencies in various binary formats (jar and DLL). I'm wondering what should go into our shared git repo. Only the source files (developers have to download or somehow resolve the dependencies themselves) or the both the source files and the dependencies? I may add that dependencies are all third parties and available for download for free.
© Stack Overflow or respective owner