Merge branch '1.x' into alodavi/improving_loading_settings_messaging

This commit is contained in:
Aloisia Davì 2018-05-23 17:08:50 +02:00 committed by GitHub
commit 9b5f44f1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -853,7 +853,7 @@ object BuiltinCommands {
if (!java.lang.Boolean.getBoolean("sbt.skip.version.write") && !intendsToInvokeNew(state))
writeSbtVersionUnconditionally(state)
private def WriteSbtVersion = "write-sbt-version"
private def WriteSbtVersion = "writeSbtVersion"
private def writeSbtVersion: Command =
Command.command(WriteSbtVersion) { state =>
@ -869,7 +869,7 @@ object BuiltinCommands {
state.log info "Executing in batch mode. For better performance use sbt's shell"
}
private def NotifyUsersAboutShell = "notify-users-about-shell"
private def NotifyUsersAboutShell = "notifyUsersAboutShell"
private def notifyUsersAboutShell: Command =
Command.command(NotifyUsersAboutShell) { state =>