Skip to content

Commit

Permalink
prevent from building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marioosh committed Jun 24, 2015
1 parent 4be2344 commit 3964ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ libraryDependencies ++= {
resolvers += "spray repo" at "http://repo.spray.io"

publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository")))

publishArtifact in (Compile, packageDoc) := false

0 comments on commit 3964ece

Please sign in to comment.