5 bintrayName = 'readium'
7 publishedGroupId = 'org.readium'
8 libraryName = 'r2-server'
11 libraryDescription = 'Library takes an data from fetcher as an input and exposes in HTTP'
13 siteUrl = 'https://github.com/readium/r2-streamer-java'
14 gitUrl = 'https://github.com/readium/r2-streamer-java.git'
16 libraryVersion = '0.1.0'
18 developerId = 'mobisystech'
19 developerName = 'CodeToArt'
20 developerEmail = 'mahavir@codetoart.com'
22 licenseName = 'FreeBSD License'
23 licenseUrl = 'https://en.wikipedia.org/wiki/FreeBSD_Documentation_License#License'
24 allLicenses = ["FreeBSD"]
28 compile fileTree(include: ['*.jar'], dir: 'libs')
29 compile 'org.nanohttpd:nanohttpd:2.3.1'
30 compile 'org.nanohttpd:nanohttpd-nanolets:2.3.1'
31 implementation project(':r2-streamer:r2-fetcher')
32 implementation project(':r2-streamer:r2-parser')
35 sourceCompatibility = "1.7"
36 targetCompatibility = "1.7"
38 apply from: '../bintray/installv1.gradle'
39 apply from: '../bintray/bintrayv1.gradle'