Skip to content

Commit 2f36a7c

Browse files
franzbeckerOlegDokuka
authored andcommitted
Remove rsocket-examples from generated BOM. (#715)
Fixes #714 Signed-off-by: Franz Becker <[email protected]>
1 parent 71b73dc commit 2f36a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-bom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description = 'RSocket Java Bill of materials.'
2424

2525
dependencies {
2626
constraints {
27-
parent.subprojects.findAll { it.name != project.name }.sort { "$it.name" }.each {
27+
parent.subprojects.findAll { it.name != project.name && it.name != "rsocket-examples" }.sort { "$it.name" }.each {
2828
api it
2929
}
3030
}

0 commit comments

Comments
 (0)