Skip to content

Commit

Permalink
Cleaning up rxjava-android build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrjacobs committed Aug 27, 2013
1 parent efa8b6b commit 704d4e3
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions rxjava-contrib/rxjava-android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'osgi'

sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6

dependencies {
compile project(':rxjava-core')
provided 'junit:junit-dep:4.10'
Expand All @@ -14,23 +8,6 @@ dependencies {
provided 'com.google.android:android:4.0.1.2'
}

eclipse {
classpath {
// include 'provided' dependencies on the classpath
plusConfigurations += configurations.provided

downloadSources = true
downloadJavadoc = true
}
}

idea {
module {
// include 'provided' dependencies on the classpath
scopes.PROVIDED.plus += configurations.provided
}
}

javadoc {
options {
doclet = "org.benjchristensen.doclet.DocletExclude"
Expand Down

0 comments on commit 704d4e3

Please sign in to comment.