mirror of https://github.com/sbt/sbt.git
Merge pull request #1906 from sbt/wip/build-fixes
build fixes of the day
This commit is contained in:
commit
45344d751b
|
|
@ -608,7 +608,6 @@ def customCommands: Seq[Setting[_]] = Seq(
|
|||
"allPrecompiled/clean" ::
|
||||
"allPrecompiled/compile" ::
|
||||
"allPrecompiled/publishLocal" ::
|
||||
"so clean" ::
|
||||
"so compile" ::
|
||||
"so publishLocal" ::
|
||||
"reload" ::
|
||||
|
|
@ -637,7 +636,6 @@ def customCommands: Seq[Setting[_]] = Seq(
|
|||
"allPrecompiled/clean" ::
|
||||
"allPrecompiled/compile" ::
|
||||
"allPrecompiled/publishSigned" ::
|
||||
"so clean" ::
|
||||
"conscript-configs" ::
|
||||
"so compile" ::
|
||||
"so publishSigned" ::
|
||||
|
|
|
|||
Loading…
Reference in New Issue