File tree 1 file changed +0
-23
lines changed
rxjava-contrib/rxjava-android
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 1
- apply plugin : ' java'
2
- apply plugin : ' eclipse'
3
- apply plugin : ' idea'
4
1
apply plugin : ' osgi'
5
2
6
- sourceCompatibility = JavaVersion . VERSION_1_6
7
- targetCompatibility = JavaVersion . VERSION_1_6
8
-
9
3
dependencies {
10
4
compile project(' :rxjava-core' )
11
5
provided ' junit:junit-dep:4.10'
@@ -14,23 +8,6 @@ dependencies {
14
8
provided ' com.google.android:android:4.0.1.2'
15
9
}
16
10
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
-
34
11
javadoc {
35
12
options {
36
13
doclet = " org.benjchristensen.doclet.DocletExclude"
You can’t perform that action at this time.
0 commit comments