Skip to content

Commit a41cf14

Browse files
committed
making some progress!
1 parent a93dfe3 commit a41cf14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
buildscript {
2+
repositories { jcenter() }
3+
}
4+
15
plugins {
26
id 'nebula.rxjava-project' version '3.0.0'
37
}
48

9+
apply plugin: 'nebula.rxjava-project'
10+
511

612
task wrapper(type: Wrapper) {
713
gradleVersion = '2.8'

0 commit comments

Comments
 (0)