Skip to content

Commit 2f36a7c

Browse files
franzbeckerOlegDokuka
authored andcommitted
Remove rsocket-examples from generated BOM. (rsocket#715)
Fixes rsocket#714 Signed-off-by: Franz Becker <franz.becker@itemis.de>
1 parent 71b73dc commit 2f36a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)