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 71b73dc commit b30daccCopy full SHA for b30dacc
rsocket-bom/build.gradle
@@ -24,7 +24,7 @@ description = 'RSocket Java Bill of materials.'
24
25
dependencies {
26
constraints {
27
- parent.subprojects.findAll { it.name != project.name }.sort { "$it.name" }.each {
+ parent.subprojects.findAll { it.name != project.name && it.name != "rsocket-examples" }.sort { "$it.name" }.each {
28
api it
29
}
30
0 commit comments