2020-05-27 16:08:29 +00:00
|
|
|
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: |
|
2021-04-06 15:59:49 +00:00
|
|
|
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
|