We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507287d commit d1ff89fCopy full SHA for d1ff89f
build.sbt
@@ -71,7 +71,7 @@ lazy val commonSettings = Seq(
71
)
72
},
73
javaOptions ++= Seq("-Dfile.encoding=UTF8"),
74
- autoAPIMappings := true
+ Compile / doc / sources := Seq()
75
76
77
/**
0 commit comments