Skip to content

Commit

Permalink
Enable maven publishing for rollbar-reactive-streams and rollbar-reac…
Browse files Browse the repository at this point in the history
…tive-streams-reactor artifacts.
  • Loading branch information
diegov committed Nov 7, 2022
1 parent 5b672c8 commit c7115ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit c7115ec

Please sign in to comment.