mirror of https://github.com/sbt/sbt.git
Fix typo
This commit is contained in:
parent
131e99b7c9
commit
bc163bbe3e
|
|
@ -613,7 +613,7 @@ def customCommands: Seq[Setting[_]] = Seq(
|
||||||
},
|
},
|
||||||
otherUnitTests := {
|
otherUnitTests := {
|
||||||
test.all(otherProjects)
|
test.all(otherProjects)
|
||||||
}
|
},
|
||||||
commands += Command.command("release-sbt-local") { state =>
|
commands += Command.command("release-sbt-local") { state =>
|
||||||
"clean" ::
|
"clean" ::
|
||||||
"allPrecompiled/clean" ::
|
"allPrecompiled/clean" ::
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue