Skip to content

Commit 26aca12

Browse files
committed
Adds UTF-8 encoding of JavaDoc
1 parent 3d45e41 commit 26aca12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spi/build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name := "reactive-streams-spi"
22

33
javacOptions in compile ++= Seq("-encoding", "UTF-8", "-source", "1.6", "-target", "1.6", "-Xlint:unchecked", "-Xlint:deprecation")
44

5+
javacOptions in (Compile,doc) ++= Seq("-encoding","UTF-8","-docencoding", "UTF-8", "-charset", "UTF-8", "-notimestamp", "-linksource")
6+
57
autoScalaLibrary := false
68

79
crossPaths := false

0 commit comments

Comments
 (0)