Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Mar 1, 2012
1 parent 2f3335e commit a94d461
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ object Kestrel extends Build {
"org.hamcrest" % "hamcrest-all" % "1.1" % "test"
),

mainClass := Some("net.lag.kestrel.Kestrel"),

SubversionPublisher.subversionRepository := Some("https://svn.twitter.biz/maven-public")
mainClass := Some("net.lag.kestrel.Kestrel")
)

lazy val root = Project(
Expand All @@ -47,7 +45,8 @@ object Kestrel extends Build {
CompileThriftScrooge.newSettings ++ Seq(
// any settings that override defaults have to go here. :/
CompileThriftScrooge.scroogeVersion := "1.1.7",
PackageDist.packageDistConfigFilesValidationRegex := Some(".*")
PackageDist.packageDistConfigFilesValidationRegex := Some(".*"),
SubversionPublisher.subversionRepository := Some("https://svn.twitter.biz/maven-public")
)
)
}

0 comments on commit a94d461

Please sign in to comment.