We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf25344 + df3806a commit ad2eec8Copy full SHA for ad2eec8
project/Docs.scala
@@ -16,7 +16,7 @@ object Docs {
16
import ScalaDist._
17
18
def settings: Seq[Setting[_]] = Seq(
19
- name in UniversalDocs := s"scala-docs-${version.value}",
+ packageName in UniversalDocs := s"scala-docs-${version.value}",
20
// libraryDependencies += scalaDistDep(version.value, "javadoc"), // seems not to be necessary
21
// need updateClassifiers to get javadoc jars
22
mappings in UniversalDocs ++= createMappingsWith(updateClassifiers.value.toSeq, universalDocsMappings)
0 commit comments