Skip to content

Commit 05672ef

Browse files
Fixing Maven orgId (accidentally got camel-cased)
1 parent 8994320 commit 05672ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
ext.githubProjectName = 'RxJava'
32

43
apply from: file('gradle/convention.gradle')
@@ -27,7 +26,7 @@ subprojects {
2726
apply plugin: 'eclipse'
2827
apply plugin: 'idea'
2928

30-
group = "com.netflix.${githubProjectName}"
29+
group = "com.netflix.rxjava"
3130

3231
// make 'examples' use the same classpath
3332
configurations {

0 commit comments

Comments
 (0)