You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SBT setup page should include a note somewhere about disabling doc generation for Scala 3 because it doesn't quite work and it will hit 100% of library authors trying to publish.
Compile/ doc / sources := {
valold= (Compile/ doc / sources).value
if (isDotty.value)
Seq()
else
old
}
The text was updated successfully, but these errors were encountered:
The SBT setup page should include a note somewhere about disabling doc generation for Scala 3 because it doesn't quite work and it will hit 100% of library authors trying to publish.
The text was updated successfully, but these errors were encountered: