Skip to content

Commit 55b847b

Browse files
committed
fixes bom publication
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 6883293 commit 55b847b

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
@@ -28,7 +28,7 @@ dependencyManagement {
2828
dependencies {
2929
rootProject.subprojects.each {
3030
if (it.name != project.name) {
31-
dependency(group: it.group, name: it.name, version: it.version)
31+
dependency(group: 'io.rsocket', name: it.name, version: it.version)
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)