From c7115ecabb91303eb50ae66b028ebfdcb74f61ac 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, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 50d44f5f..2a367504 100644 --- a/build.gradle +++ b/build.gradle @@ -37,11 +37,6 @@ 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/quality.gradle" apply from: "$rootDir/gradle/compatibility.gradle"