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 {
1515}
1616
1717allprojects {
18+ apply plugin : ' eclipse'
19+ apply plugin : ' idea'
1820 repositories {
1921 mavenLocal()
2022 mavenCentral() // maven { url: 'http://jcenter.bintray.com' }
@@ -23,9 +25,6 @@ allprojects {
2325
2426subprojects {
2527 apply plugin : ' java'
26- apply plugin : ' eclipse'
27- apply plugin : ' idea'
28-
2928 group = " com.netflix.rxjava"
3029
3130 // make 'examples' use the same classpath
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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