Skip to content

Commit

Permalink
clean up build for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Apr 3, 2014
1 parent 535b404 commit 0729a23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 6 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
organization := "org.reactivestreams"
organization in ThisBuild := "org.reactivestreams"

version := "0.1-SNAPSHOT"
version in ThisBuild := "0.1-SNAPSHOT"

licenses := Seq("CC0" -> url("http://creativecommons.org/publicdomain/zero/1.0/"))
licenses in ThisBuild := Seq("CC0" -> url("http://creativecommons.org/publicdomain/zero/1.0/"))

homepage := Some(url("https://groups.google.com/forum/?hl=en#!forum/reactive-streams"))
homepage in ThisBuild := Some(url("https://groups.google.com/forum/?hl=en#!forum/reactive-streams"))

scalaVersion := "2.10.3"
scalaVersion in ThisBuild := "2.10.3"

lazy val spi = project

lazy val tck = project.dependsOn(spi)

publishArtifact := false // for this aggregate project
2 changes: 0 additions & 2 deletions spi/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
organization := "org.reactivestreams"

name := "reactive-streams-spi"

Common.javadocSettings
2 changes: 0 additions & 2 deletions tck/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
organization := "org.reactivestreams"

name := "reactive-streams-tck"

libraryDependencies += "org.testng" % "testng" % "5.14.10"

0 comments on commit 0729a23

Please sign in to comment.