From f7e7b8da2f738a579d01949808535109a5e18955 Mon Sep 17 00:00:00 2001 From: Diego Veralli Date: Mon, 7 Nov 2022 17:03:29 +0100 Subject: [PATCH] Enable maven publishing for rollbar-reactive-streams and rollbar-reactive-streams-reactor artifacts. --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 50d44f5f..e8165e74 100644 --- a/build.gradle +++ b/build.gradle @@ -37,10 +37,7 @@ subprojects { project -> !project.name.contains('examples')) { apply plugin: 'java-library' - // reactive-streams support will be published along with Spring Webflux - if (!project.name.startsWith('rollbar-reactive-streams')) { - apply from: "$rootDir/gradle/release.gradle" - } + apply from: "$rootDir/gradle/release.gradle" apply from: "$rootDir/gradle/quality.gradle"