Skip to content

Commit 3cb88b9

Browse files
committed
Removes scala-library as a dependecy of the API/SPI as well as enables Maven-style publishing
1 parent 6e5c63f commit 3cb88b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spi/build.sbt

+6
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ 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+
autoScalaLibrary := false
6+
7+
crossPaths := false
8+
9+
publishMavenStyle := true
10+
511
Common.javadocSettings

0 commit comments

Comments
 (0)