Skip to content

Commit

Permalink
Merge pull request #218 from reactive-streams/wip-217-publish-example…
Browse files Browse the repository at this point in the history
…s-jar-√

Fixes #217 by including the examples project in the publish task
  • Loading branch information
rkuhn committed Feb 16, 2015
2 parents 6efc7c6 + 484c6f2 commit c576a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ subprojects {
}
}

if (name in ["reactive-streams", "reactive-streams-tck"]) {
if (name in ["reactive-streams", "reactive-streams-tck", "reactive-streams-examples"]) {
apply plugin: "maven"
apply plugin: "signing"

Expand Down

0 comments on commit c576a73

Please sign in to comment.