File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ buildscript {
15
15
}
16
16
17
17
allprojects {
18
+ apply plugin : ' eclipse'
19
+ apply plugin : ' idea'
18
20
repositories {
19
21
mavenLocal()
20
22
mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
@@ -23,9 +25,6 @@ allprojects {
23
25
24
26
subprojects {
25
27
apply plugin : ' java'
26
- apply plugin : ' eclipse'
27
- apply plugin : ' idea'
28
-
29
28
group = " com.netflix.rxjava"
30
29
31
30
// make 'examples' use the same classpath
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.6 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.10 -bin.zip
You can’t perform that action at this time.
0 commit comments