介绍
Maven Demo
环境配置
支持包
com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4
com.github.dcendents:android-maven-gradle-plugin:1.4.1
平台信息
- Jcenter
- https://bintray.com
- Granzon
- Passw0rd
- MavenCentral
- https://issues.sonatype.org/secure/Dashboard.jspa
- CNLiveCloud
- CNLive_Passw0rd
- com.cnlive
生成PGP本地签名
gpg --gen-key
CNLive (cnlive) <zhuxiansong@cnlive.com>
Passw0rd
gpg --list-keys
---------------------------------------------------
pub 2048R/36D0B1CC 2017-08-08
uid CNLive (cnlive) <zhuxiansong@cnlive.com>
sub 2048R/6535E49C 2017-08-08
---------------------------------------------------
gpg --keyserver hkp://pool.sks-keyservers.net --send-keys 36D0B1CC
gpg -a --export zhuxiansong@cnlive.com > public_key_sender.asc
gpg -a --export-secret-key zhuxiansong@cnlive.com > private_key_sender.asc