Skip to content

Commit 484c6f2

Browse files
committed
Fixes reactive-streams#217 by including the examples project in the publish task
1 parent 54220e8 commit 484c6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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)