Skip to content

Commit

Permalink
jitpack addition
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Sep 15, 2015
1 parent cce5ea4 commit ba0d7da
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions hawk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,10 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
configurations {
optional
compile.extendsFrom optional

provided

}

sourceSets {
main {
compileClasspath += configurations.provided
}
test {
compileClasspath += configurations.provided
runtimeClasspath += configurations.provided
}
}

dependencies {
provided 'com.google.code.gson:gson:2.3.1'
compile 'com.google.code.gson:gson:2.3.1'
optional 'io.reactivex:rxandroid:1.0.1'

testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit ba0d7da

Please sign in to comment.