We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d45e41 commit 26aca12Copy full SHA for 26aca12
spi/build.sbt
@@ -2,6 +2,8 @@ name := "reactive-streams-spi"
2
3
javacOptions in compile ++= Seq("-encoding", "UTF-8", "-source", "1.6", "-target", "1.6", "-Xlint:unchecked", "-Xlint:deprecation")
4
5
+javacOptions in (Compile,doc) ++= Seq("-encoding","UTF-8","-docencoding", "UTF-8", "-charset", "UTF-8", "-notimestamp", "-linksource")
6
+
7
autoScalaLibrary := false
8
9
crossPaths := false
0 commit comments