mirror of https://github.com/sbt/sbt.git
No sbt-doge in sbt 1, switch back to +
This commit is contained in:
parent
2214f66f33
commit
8d0463e6e8
|
|
@ -190,8 +190,8 @@ lazy val utilScripted = (project in internalPath / "util-scripted").
|
|||
def customCommands: Seq[Setting[_]] = Seq(
|
||||
commands += Command.command("release") { state =>
|
||||
// "clean" ::
|
||||
"so compile" ::
|
||||
"so publishSigned" ::
|
||||
"+compile" ::
|
||||
"+publishSigned" ::
|
||||
"reload" ::
|
||||
state
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue