Skip to content

Commit ccf0d7d

Browse files
committed
Cleaning up rxjava-android build.gradle
1 parent 9fd3f3e commit ccf0d7d

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

rxjava-contrib/rxjava-android/build.gradle

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
apply plugin: 'java'
2-
apply plugin: 'eclipse'
3-
apply plugin: 'idea'
41
apply plugin: 'osgi'
52

6-
sourceCompatibility = JavaVersion.VERSION_1_6
7-
targetCompatibility = JavaVersion.VERSION_1_6
8-
93
dependencies {
104
compile project(':rxjava-core')
115
provided 'junit:junit-dep:4.10'
@@ -14,23 +8,6 @@ dependencies {
148
provided 'com.google.android:android:4.0.1.2'
159
}
1610

17-
eclipse {
18-
classpath {
19-
// include 'provided' dependencies on the classpath
20-
plusConfigurations += configurations.provided
21-
22-
downloadSources = true
23-
downloadJavadoc = true
24-
}
25-
}
26-
27-
idea {
28-
module {
29-
// include 'provided' dependencies on the classpath
30-
scopes.PROVIDED.plus += configurations.provided
31-
}
32-
}
33-
3411
javadoc {
3512
options {
3613
doclet = "org.benjchristensen.doclet.DocletExclude"

0 commit comments

Comments
 (0)