Skip to content

Commit 03dd808

Browse files
Merge pull request #2871 from davidmoten/explicit-version
Use explicit versioning for gradle-rxjava-project-plugin
2 parents 3da806f + 3355bdd commit 03dd808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories { jcenter() }
3-
dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:2.+' }
3+
dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:2.2.3' }
44
}
55

66
description = 'RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.'

0 commit comments

Comments
 (0)