Do not try to generate ScalaDoc diagrams for akka-channels-tests since it will contain none. See #3010
This commit is contained in:
parent
a9cb1f9c19
commit
c6f08fb935
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ object AkkaBuild extends Build {
|
||||||
id = "akka-channels-tests",
|
id = "akka-channels-tests",
|
||||||
base = file("akka-channels-tests"),
|
base = file("akka-channels-tests"),
|
||||||
dependencies = Seq(channels, testkit % "compile;test->test"),
|
dependencies = Seq(channels, testkit % "compile;test->test"),
|
||||||
settings = defaultSettings ++ scaladocSettings ++ experimentalSettings ++ Seq(
|
settings = defaultSettings ++ experimentalSettings ++ Seq(
|
||||||
libraryDependencies <+= (scalaVersion)("org.scala-lang" % "scala-compiler" % _)
|
libraryDependencies <+= (scalaVersion)("org.scala-lang" % "scala-compiler" % _)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue