Skip to content

Can't publish locally #311

@gkossakowski

Description

@gkossakowski

I'm using dotty's master. When I try to publishLocal I get:

[error] /Users/grek/scala/dotty/src/scala/compat/java8/JFunction2.java:343: trait Function1 takes type parameters
[error]  default scala.Function1 curried$mcDDD$sp() {
[error]                ^
[error] /Users/grek/scala/dotty/src/scala/compat/java8/JFunction2.java:307: trait Function1 takes type parameters
[error]  default scala.Function1 curried$mcDDI$sp() {
[error]                ^
[error] /Users/grek/scala/dotty/src/scala/compat/java8/JFunction2.java:325: trait Function1 takes type parameters
[error]  default scala.Function1 curried$mcDDJ$sp() {
...

Those are scaladoc errors. As a workaround, run set sources in (Compile,doc) := Seq.empty before issuing publishLocal command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions