We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5c63f commit 3cb88b9Copy full SHA for 3cb88b9
spi/build.sbt
@@ -2,4 +2,10 @@ 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
+autoScalaLibrary := false
6
+
7
+crossPaths := false
8
9
+publishMavenStyle := true
10
11
Common.javadocSettings
0 commit comments