Skip to content

Commit d1ff89f

Browse files
committed
disable scaladoc
1 parent 507287d commit d1ff89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ lazy val commonSettings = Seq(
7171
)
7272
},
7373
javaOptions ++= Seq("-Dfile.encoding=UTF8"),
74-
autoAPIMappings := true
74+
Compile / doc / sources := Seq()
7575
)
7676

7777
/**

0 commit comments

Comments
 (0)