exclude akkaSbtPlugin from unidoc (does not make sense and fails)
This commit is contained in:
parent
d3fc338f84
commit
f3f55d4972
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ object AkkaBuild extends Build {
|
|||
testMailbox in GlobalScope := System.getProperty("akka.testMailbox", "false").toBoolean,
|
||||
parallelExecution in GlobalScope := System.getProperty("akka.parallelExecution", "false").toBoolean,
|
||||
Publish.defaultPublishTo in ThisBuild <<= crossTarget / "repository",
|
||||
unidocExclude := Seq(samples.id, channelsTests.id, remoteTests.id),
|
||||
unidocExclude := Seq(samples.id, channelsTests.id, remoteTests.id, akkaSbtPlugin.id),
|
||||
sources in JavaDoc <<= junidocSources,
|
||||
javacOptions in JavaDoc := Seq(),
|
||||
artifactName in packageDoc in JavaDoc := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue