Skip to content

Commit

Permalink
Add JitPack distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
pakoito committed Dec 7, 2015
1 parent 7902618 commit c8082c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions rxtuples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,28 @@
*/

apply plugin: 'java'
apply plugin: 'maven'

group = 'com.github.pakoito'

sourceCompatibility = 1.6
targetCompatibility = 1.6

dependencies {
compile 'org.javatuples:javatuples:1.2'
compile 'io.reactivex:rxjava:1.1.0'
}

install {
repositories.mavenInstaller {
pom.project {
licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
}
}
}

0 comments on commit c8082c2

Please sign in to comment.