Skip to content

Commit c77e17e

Browse files
authored
Enable maven publishing for rollbar-reactive-streams and rollbar-reactive-streams-reactor artifacts. (#297)
1 parent 5b672c8 commit c77e17e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ subprojects { project ->
3737
!project.name.contains('examples')) {
3838
apply plugin: 'java-library'
3939

40-
// reactive-streams support will be published along with Spring Webflux
41-
if (!project.name.startsWith('rollbar-reactive-streams')) {
42-
apply from: "$rootDir/gradle/release.gradle"
43-
}
40+
apply from: "$rootDir/gradle/release.gradle"
4441

4542
apply from: "$rootDir/gradle/quality.gradle"
4643

0 commit comments

Comments
 (0)