Skip to content

Commit 82132f7

Browse files
Update build.gradle
GroupID is not needed as it will use the default `io.reactivex`
1 parent 66baa24 commit 82132f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ buildscript {
33
dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:1.12.+' }
44
}
55

6-
group = 'io.reactivex'
76
description = 'RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.'
87

98
apply plugin: 'rxjava-project'

0 commit comments

Comments
 (0)