Skip to content

Commit ccc2784

Browse files
committed
Build with Gradle 1.10.
Required that the IDE plugins also be applied to the root, because of the improved Scala support with the IDEA plugin.
1 parent fe438ca commit ccc2784

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ buildscript {
1515
}
1616

1717
allprojects {
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

2426
subprojects {
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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)