mirror of https://github.com/sbt/sbt.git
whitespace change due to scalariform kicking in
This commit is contained in:
parent
e1c2c435d1
commit
efb68cf6bf
|
|
@ -17,7 +17,7 @@ object Release extends Build {
|
||||||
|
|
||||||
// Add credentials if they exist.
|
// Add credentials if they exist.
|
||||||
def lameCredentialSettings: Seq[Setting[_]] =
|
def lameCredentialSettings: Seq[Setting[_]] =
|
||||||
if(CredentialsFile.exists) Seq(credentials in ThisBuild += Credentials(CredentialsFile))
|
if (CredentialsFile.exists) Seq(credentials in ThisBuild += Credentials(CredentialsFile))
|
||||||
else Nil
|
else Nil
|
||||||
def releaseSettings(nonRoots: => Seq[ProjectReference], launcher: TaskKey[File]): Seq[Setting[_]] = Seq(
|
def releaseSettings(nonRoots: => Seq[ProjectReference], launcher: TaskKey[File]): Seq[Setting[_]] = Seq(
|
||||||
publishTo in ThisBuild <<= publishResolver,
|
publishTo in ThisBuild <<= publishResolver,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue