mirror of https://github.com/sbt/sbt.git
Also publish completions library for 2.11.
This commit is contained in:
parent
ae02b495e6
commit
f568e710ce
|
|
@ -44,7 +44,7 @@ object Sbt extends Build {
|
|||
// TODO - To some extent these should take args to figure out what to do.
|
||||
commands += Command.command("release-libs-211") { state =>
|
||||
def lameAgregateTask(task: String): String =
|
||||
s"all control/$task collections/$task io/$task"
|
||||
s"all control/$task collections/$task io/$task completion/$task"
|
||||
"setupBuildScala211" ::
|
||||
/// First test
|
||||
lameAgregateTask("test") ::
|
||||
|
|
|
|||
Loading…
Reference in New Issue