Cannot "dependOn" a project that "dependOn" another project

12 views
Skip to first unread message

Jakub Liska

unread,
Apr 13, 2017, 4:38:58 AM4/13/17
to sbt-dev
Hey,

when I do this : 

storage-partitioner dependsOn druid4s & druid4s dependsOn randagen

as in : 


then when SBT is building `druid4s` that it cloned from github, it somehow dirties the GIT working tree (makes local changes) temporarily and consequently sbt-dynver plugin
incorrectly resolves wrong version : 

net.globalwebindex#sbt-common;0.0.2+20170413-0858: not found

instead of 0.0.2 as it would with no local changes. The issue is reported here https://github.com/dwijnand/sbt-dynver/issues/36 .

Now I cannot figure out, why this happens and what SBT is doing that it causes the temporary local changes while building the project. 
However it prevents people from using sbt-dynver.

Any idea what that could be? 



Reply all
Reply to author
Forward
0 new messages