Skip to content

dottydoc copies whole project into _site #8769

Closed
@adamw

Description

@adamw

When running publishLocal for a project build using sbt-dotty, the whole project is copied into the _site directory. Moreover, the generated -javadoc artifact is empty.

To reproduce, see: https://github.com/softwaremill/sttp-model. Remove the setting regarding sources in (Compile, doc) (which disables documentation generation for dotty) and run + publishLocal from sbt.

Example empty javadoc artifact: https://repo1.maven.org/maven2/com/softwaremill/sttp/model/core_0.22/1.1.0/
(well, almost, it contains the manifest file)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions