We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566a700 commit fa3b4d9Copy full SHA for fa3b4d9
build.sbt
@@ -16,6 +16,8 @@ lazy val tck = project.dependsOn(spi)
16
17
publishArtifact := false // for this aggregate project
18
19
+EclipseKeys.projectFlavor in ThisBuild := EclipseProjectFlavor.Java
20
+
21
pomExtra in ThisBuild := (
22
<scm>
23
<url>git@github.com:reactive-streams/reactive-streams.git</url>
project/plugins.sbt
@@ -1 +1,3 @@
1
addSbtPlugin("de.johoop" % "sbt-testng-plugin" % "3.0.0")
2
3
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")
0 commit comments