Skip to content

Commit c576a73

Browse files
committed
Merge pull request #218 from reactive-streams/wip-217-publish-examples-jar-√
Fixes #217 by including the examples project in the publish task
2 parents 6efc7c6 + 484c6f2 commit c576a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444
}
4545
}
4646

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

0 commit comments

Comments
 (0)