Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Aug 22, 2014
1 parent bdaa3a6 commit d7ae6d6
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
apply plugin: 'osgi'
buildscript {
repositories { jcenter() }

sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
dependencies {
classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:1.12.0'
}
}

subprojects {
apply plugin: 'rxjava-project'
}

dependencies {
compile project(':rxjava-core')
compile 'com.netflix.rxjava:rxjava-core:0.20.0'
compile 'org.apache.httpcomponents:httpclient:4.3'
compile 'org.apache.httpcomponents:httpcore-nio:4.3'
compile 'org.apache.httpcomponents:httpasyncclient:4.0'
}

jar {
manifest {
name = 'rxjava-apache-http'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}

0 comments on commit d7ae6d6

Please sign in to comment.