aboutsummaryrefslogtreecommitdiff
path: root/base/bintray.gradle
AgeCommit message (Collapse)Author
2015-06-05updated bintray plugin to version 1.2Jerome Dochez
Change-Id: I3bb7d95a68abb73a71b518723bb5b8a9ba53826a
2015-06-05changed bintray plugin importation.Jerome Dochez
iworked around gradle limitation by using the plugin class rather than its Id in bintray.gradle which allow removing declaring plugin depedency in each importing project. Change-Id: I58a189e840815dd53907c6b8b835a21e8c294390
2015-03-24re-enable the bintray publicationJerome Dochez
Change-Id: I21b865125e7ab47840cf341175586541c1593714 (cherry picked from commit e249f404042982f122e8a6e1a1070a7ed33e3aa3)
2015-02-10Update to gradle-2.4-20150121230028+0000Raymond Chiu
automerge: 83817e4 * commit '83817e43d5cea7fcd337b44aa07e96d03b2b6cdf': Update to gradle-2.4-20150121230028+0000
2015-02-06remove automatic maven publication as it is unstable.Jerome Dochez
Change-Id: Ia760720f23d37e5b4e884efc09d2377a5f576d44 (cherry picked from commit 421dc921d11c043e23333738083a6f72499edd4b)
2015-02-04Update to gradle-2.4-20150121230028+0000Raymond Chiu
bintray is temporarily disabled due to null pointer exception after update. Change-Id: Ia5eacd7cd0cc60c1ae89eb8bae0919f43deb76c6
2015-01-14added automatic push to sonatype's maven centralJerome Dochez
Change-Id: I857c48b7cfa432492e616531bc733f9113e011d7 (cherry picked from commit 0b8418cf9919f804123b3dab1a2bc85b9cae2a07) (cherry picked from commit 92d13a2c7ca3235517ba1edce49e3bfe64f5a861)
2015-01-14removed dryrun settingJerome Dochez
Change-Id: I92cb0a622fff1b40ae72765a1feaba7e7832cad7 (cherry picked from commit 1f23d36b3116596da6a16e1a0df435a82d3e0d5d) (cherry picked from commit c6b87103175053f8db728cf3c54f90e03cb5d381)
2015-01-14forced pom files decoration for the maven-publish plugin.Jerome Dochez
Change-Id: I77d0ef29e20caabc844f1468062740c36ba94551 (cherry picked from commit 485d9d26608fc2022f0cb7fc38e38d48ed6ec524) (cherry picked from commit 67fdd882f28bf40d983c2e1a3f39c913ebcabd52)
2014-12-17added project specifics publishLocal configurationJerome Dochez
and use an environment variable for the signing passphrase Change-Id: Ic6b380e6d57d4343f528a0a7bff94af9fdfadd9e
2014-12-11added support for bintray deployment.Jerome Dochez
each subprojects willing to get published need to import this file. changed the cloneArtifacts to use jcenter rather than maven central. do not fail when md5 or sha1 files are not present. do not fail when file are missing, this can happen when some dependencies maven pom.xml have bad module references, output a warning instead. Change-Id: Ic58a05ff8046aba420c56bea82289c46f272d0f8