Skip to content

Commit ac74eb0

Browse files
committed
Build: Fix publishing of Scala Native project
1 parent 9ebb01c commit ac74eb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ val NativeSettings = nocomma {
133133

134134
// See https://github.com/scalalandio/chimney/issues/78#issuecomment-419705142
135135
nativeLinkStubs := true
136+
137+
// Workaround for "No documentation generated with unsuccessful compiler run"
138+
sources in (Compile, doc) := Seq()
136139
}
137140

138141
lazy val pine = (projectMatrix in file("."))

0 commit comments

Comments
 (0)