RepoType: git Repo: https://github.com/Piasy/BigImageViewer.git # The prepare step adds a gradle plugin which allows installing the libraries to a local maven repo ~/.m2 # It also installs it. Prepare: | sed -i -e '\|http://dl.bintray.com/piasy/maven|d' build.gradle && echo -e "apply plugin: 'maven-publish'\nafterEvaluate { publishing { publications { release(MavenPublication) { from components.release\ngroupId = 'com.github.piasy'\nversion = releaseVersionName}}}}" > gradle/bintray.gradle && gradle publishToMavenLocal