8000 Fix artifacts groupId (#699) · making/rsocket-java@fedfcec · GitHub
[go: up one dir, main page]

Skip to content

Commit fedfcec

Browse files
bclozelOlegDokuka
authored andcommitted
Fix artifacts groupId (rsocket#699)
Prior to this change, the default groupId "rsocket-java" would be used for all RSocket artifacts. This commit fixes the group name to "io.rsocket" for all Gradle subprojects. This change is reflected in the published POMs and BOM. Signed-off-by: Brian Clozel <bclozel@pivotal.io>
1 parent 5bcbf30 commit fedfcec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ subprojects {
4343
ext['micrometer.version'] = '1.0.6'
4444
ext['assertj.version'] = '3.11.1'
4545

46+
group = "io.rsocket"
47+
4648
googleJavaFormat {
4749
toolVersion = '1.6'
4850
}

0 commit comments

Comments
 (0)
0