Skip to content

Commit

Permalink
disabled parallelExecution because it confuses SSH key passphrase ent…
Browse files Browse the repository at this point in the history
…ry prompts while publishing
  • Loading branch information
maxaf committed Aug 28, 2010
1 parent 1b359b9 commit e84738e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/build/CasbahProject.scala
Expand Up @@ -2,7 +2,8 @@ import sbt._

class CasbahProject(info: ProjectInfo) extends ParentProject(info) with posterous.Publish {

override def parallelExecution = true
// this was nice while it lasted
override def parallelExecution = false

lazy val commons = project("casbah-commons", "casbah-commons", new CasbahCommonsProject(_))
lazy val core = project("casbah-core", "casbah-core", new CasbahCoreProject(_), commons, query)
Expand Down

0 comments on commit e84738e

Please sign in to comment.