We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8994320 commit 05672efCopy full SHA for 05672ef
build.gradle
@@ -1,4 +1,3 @@
1
-
2
ext.githubProjectName = 'RxJava'
3
4
apply from: file('gradle/convention.gradle')
@@ -27,7 +26,7 @@ subprojects {
27
26
apply plugin: 'eclipse'
28
apply plugin: 'idea'
29
30
- group = "com.netflix.${githubProjectName}"
+ group = "com.netflix.rxjava"
31
32
// make 'examples' use the same classpath
33
configurations {
0 commit comments