mirror of https://github.com/sbt/sbt.git
scalafmtSbt
This commit is contained in:
parent
19bce2874c
commit
3ef1c5508b
|
|
@ -1521,7 +1521,7 @@ def customCommands: Seq[Setting[_]] = Seq(
|
|||
},
|
||||
commands += Command.command("release") { state =>
|
||||
// TODO - Any sort of validation
|
||||
"upperModules/compile" ::
|
||||
"upperModules/compile" ::
|
||||
"upperModules/publishSigned" ::
|
||||
"bundledLauncherProj/publishSigned" ::
|
||||
state
|
||||
|
|
|
|||
Loading…
Reference in New Issue