mirror of https://github.com/sbt/sbt.git
Scripted test for updateClassifiers not picking up inter-project dependency
This commit is contained in:
parent
b4cfd7ab76
commit
f155a43a47
|
|
@ -0,0 +1,2 @@
|
|||
lazy val a = project in file(".") dependsOn(b)
|
||||
lazy val b = project
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# Should succeed, and not attempt to get classifiers for b (which is a dep of
|
||||
# a)
|
||||
> a/updateClassifiers
|
||||
Loading…
Reference in New Issue