Closed
Description
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)