From 484c6f2f6766dcbffd3cece3c4e704e3edea5610 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Sun, 15 Feb 2015 20:34:32 +0100 Subject: [PATCH] Fixes #217 by including the examples project in the publish task --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eecb748a..695625d6 100644 --- a/build.gradle +++ b/build.gradle @@ -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"