We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b672c8 commit c77e17eCopy full SHA for c77e17e
build.gradle
@@ -37,10 +37,7 @@ subprojects { project ->
37
!project.name.contains('examples')) {
38
apply plugin: 'java-library'
39
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
- }
+ apply from: "$rootDir/gradle/release.gradle"
44
45
apply from: "$rootDir/gradle/quality.gradle"
46
0 commit comments