Skip to content

Commit 6300ea4

Browse files
author
Justin Ryan
committed
Adding java plugin
1 parent d5f391f commit 6300ea4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rxjava-reactive-streams/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
description = "Adapter between RxJava and ReactiveStreams"
22

3+
apply plugin: 'java'
4+
35
dependencies {
46
compile 'io.reactivex:rxjava:1.0.+'
57
compile 'org.reactivestreams:reactive-streams:1.0.0.M1'
@@ -8,4 +10,4 @@ dependencies {
810

911
test {
1012
useTestNG()
11-
}
13+
}

0 commit comments

Comments
 (0)